Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.9.2 #130

Merged
merged 2 commits into from
May 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading