Skip to content

Commit

Permalink
chore: release v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bjackman authored Jan 26, 2025
1 parent f20d481 commit 03627fc
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.5](https://github.com/bjackman/limmat/compare/v0.2.4...v0.2.5) - 2025-01-26

### Fixed

- Don't send database references over the global notif channel
- Bias event-loop towards user action
- Discard revisions if more than 1024
- Fix integer underflow
- Fix terminal flickering with dumb hack
- Don't panic on dropped notifications
- Throttle the number of concurrent test jobs
- Throttle the number of git commands run in parallel

### Other

- Revert "fix: Don't hold database locks from UI code"
- Fixup failure message
- Comment on semaphore
- More verbose logging for Git output mysteries
- Fix GitHub release link
- Update stale comment
- Make Worktree::git a private method
- Turn Worktree::git into an async method
- Remove unused impl params

## [0.2.4](https://github.com/bjackman/limmat/compare/v0.2.3...v0.2.4) - 2025-01-12

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "limmat"
version = "0.2.4"
version = "0.2.5"
edition = "2021"
license = "GPL-3.0-only"
description = "Tool to run continuous tests locally on Git revision ranges."
Expand Down

0 comments on commit 03627fc

Please sign in to comment.