Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickersoft committed Dec 27, 2024
1 parent 8641ae2 commit 84c5ebe
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"node": "1.0.0",
"cli": "2.0.0",
"cli": "2.0.1",
"lib": "2.0.0",
"java": "0.0.0",
"python": "1.0.0"
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.

9 changes: 8 additions & 1 deletion cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.0.1](https://github.com/TheOpenDictionary/odict/compare/cli/v2.0.0...cli/v2.0.1) (2024-12-27)


### Bug Fixes

* Fix CLI description ([52e92f7](https://github.com/TheOpenDictionary/odict/commit/52e92f7a45e620ef586217f48b1f6d93ee9104d8))

## [2.0.0](https://github.com/TheOpenDictionary/odict/compare/cli-v2.0.0...cli/v2.0.0) (2024-12-26)


Expand Down Expand Up @@ -36,4 +43,4 @@
* **deps:** Update rust crate serde to 1.0.198 ([2701027](https://github.com/TheOpenDictionary/odict/commit/2701027fe3ce7c7847f3e92a59b0b6092e73d941))
* **deps:** Update rust crate serde to 1.0.199 ([cca009c](https://github.com/TheOpenDictionary/odict/commit/cca009cf62b3a8a92f48c5172d222a4b3844a93a))
* **deps:** Update rust crate serde to 1.0.200 ([a192028](https://github.com/TheOpenDictionary/odict/commit/a19202869063703dc23e36ca9adbab5f04063d4e))
* Fix dist ([2402b73](https://github.com/TheOpenDictionary/odict/commit/2402b73b43c1f8f202a8317253c115e84faa5953))
* Fix dist ([2402b73](https://github.com/TheOpenDictionary/odict/commit/2402b73b43c1f8f202a8317253c115e84faa5953))
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "odict-cli"
version = "2.0.0"
version = "2.0.1"
edition = "2021"
description = "Lightning-fast dictionary file format and toolchain"
homepage = "https://odict.org"
Expand Down

0 comments on commit 84c5ebe

Please sign in to comment.