Skip to content

Commit 4772d3d

Browse files
authored
Release 0.9.2 (#130)
* Update changelog * Update version number
1 parent 1a6a257 commit 4772d3d

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# Changelog
22

3+
## [0.9.2] - 2024-05-21
4+
5+
* Migrate to clap 4.x - contributed by [@schneiderfelipe](https://github.com/schneiderfelipe) in [#123](https://github.com/noeddl/ukebox/pull/123).
6+
* Update dependencies and remove [vulnerability in atty](https://github.com/noeddl/ukebox/security/dependabot/2).
7+
* Increase MSRV to 1.74.1 as needed for the updated dependencies.
8+
39
## [0.9.1] - 2022-06-15
410

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

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ukebox"
3-
version = "0.9.1"
3+
version = "0.9.2"
44
authors = ["Anett Seeker"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)