Skip to content

Commit

Permalink
chore: release v0.0.22 (#64)
Browse files Browse the repository at this point in the history
Signed-off-by: Dmytro Halichenko <dmytrohalichenko@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Dmytro Halichenko <dmytrohalichenko@gmail.com>
  • Loading branch information
github-actions[bot] and gimalay authored Feb 17, 2025
1 parent fa88f51 commit abf0c9b
Show file tree
Hide file tree
Showing 3 changed files with 12 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.21"
version = "0.0.22"

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

## [Unreleased]

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

### Added

- better search results
- helix specific lsp client handling

## [0.0.19](https://github.com/iwe-org/iwe/compare/iwe-v0.0.18...iwe-v0.0.19) - 2025-02-16

### Added
Expand Down

0 comments on commit abf0c9b

Please sign in to comment.