diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2eaa7b555..ba7492c06 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { - "crates/node": "2.2.2", - "crates/cli": "3.2.2", - "crates/lib": "3.2.2", - "crates/python": "2.2.1" + "crates/node": "2.3.0", + "crates/cli": "3.3.0", + "crates/lib": "3.3.0", + "crates/python": "2.3.0" } diff --git a/crates/cli/CHANGELOG.md b/crates/cli/CHANGELOG.md index 4e7a76540..f04a6a9c2 100644 --- a/crates/cli/CHANGELOG.md +++ b/crates/cli/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.3.0](https://github.com/TheOpenDictionary/odict/compare/cli/v3.2.2...cli/v3.3.0) (2026-03-23) + + +### Features + +* **dx:** Move to using mise monorepo ([2745c41](https://github.com/TheOpenDictionary/odict/commit/2745c41e90783dd3743d1b8555990a70fb9667a9)) + + +### Bug Fixes + +* **ci:** Use mise for Node CI ([bcd0526](https://github.com/TheOpenDictionary/odict/commit/bcd0526c0ddec6b8270d9d3cf4d5c6b47afaed27)) + ## [3.2.2](https://github.com/TheOpenDictionary/odict/compare/cli/v3.2.1...cli/v3.2.2) (2025-11-30) diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 7bbdf1371..9ec31f196 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "odict-cli" -version = "3.2.2" +version = "3.3.0" edition = "2021" description = "Lightning-fast dictionary file format and toolchain" homepage = "https://odict.org" diff --git a/crates/lib/CHANGELOG.md b/crates/lib/CHANGELOG.md index a1384a6b5..d14d983b5 100644 --- a/crates/lib/CHANGELOG.md +++ b/crates/lib/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [3.3.0](https://github.com/TheOpenDictionary/odict/compare/lib/v3.2.2...lib/v3.3.0) (2026-03-23) + + +### Features + +* **dx:** Move to using mise monorepo ([2745c41](https://github.com/TheOpenDictionary/odict/commit/2745c41e90783dd3743d1b8555990a70fb9667a9)) + + +### Bug Fixes + +* **http:** Add rustls TLS backend to reqwest ([d90a573](https://github.com/TheOpenDictionary/odict/commit/d90a573acc022abf47b8a193fa9653422e2ca19b)) +* **http:** Use default features for reqwest ([f21478f](https://github.com/TheOpenDictionary/odict/commit/f21478fd43ae001fe0b55841039a7ed5e7923616)) + ## [3.2.2](https://github.com/TheOpenDictionary/odict/compare/lib/v3.2.1...lib/v3.2.2) (2025-11-30) diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index 383447f21..551879ea2 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -3,7 +3,7 @@ name = "odict" description = "A blazingly-fast dictionary file format for human languages" homepage = "https://odict.org" repository = "https://github.com/TheOpenDictionary/odict" -version = "3.2.2" +version = "3.3.0" edition = "2021" license = "MIT" exclude = ["benches/*", "tests/*"] diff --git a/crates/node/CHANGELOG.md b/crates/node/CHANGELOG.md index 14b0e6b2c..172d15817 100644 --- a/crates/node/CHANGELOG.md +++ b/crates/node/CHANGELOG.md @@ -4,6 +4,22 @@ +## [2.3.0](https://github.com/TheOpenDictionary/odict/compare/node/v2.2.2...node/v2.3.0) (2026-03-23) + + +### Features + +* **dx:** Move to using mise monorepo ([2745c41](https://github.com/TheOpenDictionary/odict/commit/2745c41e90783dd3743d1b8555990a70fb9667a9)) + + +### Bug Fixes + +* **ci:** Attempt to fix CI ([8086c42](https://github.com/TheOpenDictionary/odict/commit/8086c42f5c51cff907661a476f7a43ebcdf3eea8)) +* **ci:** Update node build ([99ff7dd](https://github.com/TheOpenDictionary/odict/commit/99ff7ddfbaf6f3ff93df0c5d60936e5ef386abea)) +* **ci:** Update node ci ([c5f4bf0](https://github.com/TheOpenDictionary/odict/commit/c5f4bf0765e5c5abeeb2ab52bfedcd9433eabc4b)) +* **ci:** Update node ci ([36645b6](https://github.com/TheOpenDictionary/odict/commit/36645b621159a152c48daad24676792c83291036)) +* **ci:** Use mise for Node CI ([bcd0526](https://github.com/TheOpenDictionary/odict/commit/bcd0526c0ddec6b8270d9d3cf4d5c6b47afaed27)) + ## [2.2.2](https://github.com/TheOpenDictionary/odict/compare/node/v2.2.1...node/v2.2.2) (2025-11-30) diff --git a/crates/node/package.json b/crates/node/package.json index d5da6b739..0747bb326 100644 --- a/crates/node/package.json +++ b/crates/node/package.json @@ -1,6 +1,6 @@ { "name": "@odict/node", - "version": "2.2.2", + "version": "2.3.0", "main": "index.js", "types": "index.d.ts", "browser": "browser.js", diff --git a/crates/python/CHANGELOG.md b/crates/python/CHANGELOG.md index 790249fad..3cb16969c 100644 --- a/crates/python/CHANGELOG.md +++ b/crates/python/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.3.0](https://github.com/TheOpenDictionary/odict/compare/python/v2.2.1...python/v2.3.0) (2026-03-23) + + +### Features + +* **dx:** Move to using mise monorepo ([2745c41](https://github.com/TheOpenDictionary/odict/commit/2745c41e90783dd3743d1b8555990a70fb9667a9)) + + +### Bug Fixes + +* **ci:** Use mise for Node CI ([bcd0526](https://github.com/TheOpenDictionary/odict/commit/bcd0526c0ddec6b8270d9d3cf4d5c6b47afaed27)) + ## [2.2.1](https://github.com/TheOpenDictionary/odict/compare/python/v2.2.0...python/v2.2.1) (2025-11-30) diff --git a/crates/python/Cargo.toml b/crates/python/Cargo.toml index b04f39c65..7c33c7162 100644 --- a/crates/python/Cargo.toml +++ b/crates/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "odict_python" -version = "2.2.1" +version = "2.3.0" edition = "2021" [lib]