Skip to content

Commit

Permalink
chore: release v0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mise-en-dev committed Sep 30, 2024
1 parent 10c66cb commit 4795247
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 13 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.8.5](https://github.com/jdx/usage/compare/v0.8.4..v0.8.5) - 2024-09-30

### 🔍 Other Changes

- use correct url for aur checksum by [@jdx](https://github.com/jdx) in [36d577e](https://github.com/jdx/usage/commit/36d577eca41c290d47d03ad74783870eca806788)

### 📦️ Dependency Updates

- update rust crate once_cell to v1.20.1 by [@renovate[bot]](https://github.com/renovate[bot]) in [#123](https://github.com/jdx/usage/pull/123)

## [0.8.4](https://github.com/jdx/usage/compare/v0.8.3..v0.8.4) - 2024-09-29

### 🐛 Bug Fixes
Expand Down
20 changes: 10 additions & 10 deletions 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 @@ -14,7 +14,7 @@ license = "MIT"

[workspace.dependencies]
usage-cli = { path = "./cli" }
usage-lib = { path = "./lib", version = "0.8.4", features = ["clap"] }
usage-lib = { path = "./lib", version = "0.8.5", features = ["clap"] }

[workspace.metadata.release]
allow-branch = ["main"]
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "usage-cli"
edition = "2021"
version = "0.8.4"
version = "0.8.5"
description = "CLI for working with usage-based CLIs"
license = { workspace = true }
authors = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "usage-lib"
edition = "2021"
version = "0.8.4"
version = "0.8.5"
rust-version = "1.70.0"
include = [
"/Cargo.toml",
Expand Down

0 comments on commit 4795247

Please sign in to comment.