Skip to content

Commit

Permalink
Release 0.9.2 (#130)
Browse files Browse the repository at this point in the history
* Update changelog

* Update version number
  • Loading branch information
noeddl committed May 21, 2024
1 parent 1a6a257 commit 4772d3d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# Changelog

## [0.9.2] - 2024-05-21

* Migrate to clap 4.x - contributed by [@schneiderfelipe](https://github.com/schneiderfelipe) in [#123](https://github.com/noeddl/ukebox/pull/123).
* Update dependencies and remove [vulnerability in atty](https://github.com/noeddl/ukebox/security/dependabot/2).
* Increase MSRV to 1.74.1 as needed for the updated dependencies.

## [0.9.1] - 2022-06-15

* Set up Github Actions for continuous integration and automatic compilation of binaries for different platforms when making new releases.
* Update dependencies and remove vulnerability from regex 1.5.4.
* Update dependencies and remove [vulnerability in regex 1.5.4](https://github.com/noeddl/ukebox/security/dependabot/1).
* Switch from structopt to clap.
* Increase MSRV to 1.56.0 to allow for dependencies using Edition 2021.

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 = "ukebox"
version = "0.9.1"
version = "0.9.2"
authors = ["Anett Seeker"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 4772d3d

Please sign in to comment.