Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bash committed Jun 7, 2024
1 parent c5ac1ef commit 5fd4583
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
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
Expand Up @@ -5,7 +5,7 @@ readme = "readme.md"
repository = "https://github.com/bash/terminal-trx"
categories = ["command-line-interface"]
license = "MIT OR Apache-2.0"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
rust-version = "1.70.0"
exclude = [".github", ".gitignore", "*.sh"]
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Changelog
## 0.2.1
* Tests can now be run directly from the packaged sources instead
of relying on in-tree sources.
* Remove private `__test_unsupported` feature.

## 0.2.0
* Breaking: `lock()` now ignores poisoning errors, removing the need for `PoisonError`.

Expand Down

0 comments on commit 5fd4583

Please sign in to comment.