Skip to content

Commit

Permalink
chore: release v0.0.24 (#67)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Dmytro Halichenko <[email protected]>
  • Loading branch information
github-actions[bot] and gimalay authored Feb 17, 2025
1 parent 54247cb commit 0a9dab0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ license = "Apache-2.0"
edition = "2021"
rust-version = "1.82"
repository = "https://github.com/iwe-org/iwe"
version = "0.0.23"
version = "0.0.24"

[workspace.dependencies]
liwe = { path = "./crates/liwe", version = "0.0.23" }
liwe = { path = "./crates/liwe", version = "0.0.24" }
anyhow = "1.0.41"
clap = { version = "4.0", features = ["derive"] }
crossbeam-channel = "0.5.8"
Expand Down
6 changes: 6 additions & 0 deletions crates/iwe/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.24](https://github.com/iwe-org/iwe/compare/iwe-v0.0.23...iwe-v0.0.24) - 2025-02-17

### Other

- update Cargo.lock dependencies

## [0.0.23](https://github.com/iwe-org/iwe/compare/iwe-v0.0.22...iwe-v0.0.23) - 2025-02-17

### Other
Expand Down

0 comments on commit 0a9dab0

Please sign in to comment.