diff --git a/.release-please-manifest.json b/.release-please-manifest.json index de0a7bc8e..a29d402a8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { - "node": "2.2.2", - "cli": "3.2.2", - "crates/odict": "3.2.2", - "python": "2.2.1" + "node": "2.3.0", + "cli": "3.3.0", + "crates/odict": "3.3.0", + "python": "2.3.0" } diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index c3ea3843e..0979ca939 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [3.3.0](https://github.com/TheOpenDictionary/odict/compare/cli/v3.2.2...cli/v3.3.0) (2026-06-27) + + +### Features + +* Add basic documentation ([#1380](https://github.com/TheOpenDictionary/odict/issues/1380)) ([67fec85](https://github.com/TheOpenDictionary/odict/commit/67fec8554b87d50d3b858bed096bf373d6bac057)) +* Add Dockerfile publishing ([8ac816e](https://github.com/TheOpenDictionary/odict/commit/8ac816ef36532bf0b4503533398051d366633204)) +* Add XSD generation and linting hooks ([#1421](https://github.com/TheOpenDictionary/odict/issues/1421)) ([fda5457](https://github.com/TheOpenDictionary/odict/commit/fda5457b0829af5fb1e0ddf51078b3654e5d4ba3)) +* **dx:** Move to using mise monorepo ([2745c41](https://github.com/TheOpenDictionary/odict/commit/2745c41e90783dd3743d1b8555990a70fb9667a9)) +* Update dependencies ([8da5521](https://github.com/TheOpenDictionary/odict/commit/8da55213548dd2baf6d128e3ee8219db2b492189)) + ## [3.2.2](https://github.com/TheOpenDictionary/odict/compare/cli/v3.2.1...cli/v3.2.2) (2025-11-30) ### Bug Fixes diff --git a/cli/Cargo.toml b/cli/Cargo.toml index b5e8d2f13..ac87bb95c 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" homepage = "https://odict.org" name = "odict-cli" repository = "https://github.com/TheOpenDictionary/odict" -version = "3.2.2" +version = "3.3.0" [package.metadata.wix] eula = false diff --git a/crates/odict/CHANGELOG.md b/crates/odict/CHANGELOG.md index ae398276f..a25714e97 100644 --- a/crates/odict/CHANGELOG.md +++ b/crates/odict/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.3.0](https://github.com/TheOpenDictionary/odict/compare/lib/v3.2.2...lib/v3.3.0) (2026-06-27) + + +### Features + +* Add basic documentation ([#1380](https://github.com/TheOpenDictionary/odict/issues/1380)) ([67fec85](https://github.com/TheOpenDictionary/odict/commit/67fec8554b87d50d3b858bed096bf373d6bac057)) +* Add XSD generation and linting hooks ([#1421](https://github.com/TheOpenDictionary/odict/issues/1421)) ([fda5457](https://github.com/TheOpenDictionary/odict/commit/fda5457b0829af5fb1e0ddf51078b3654e5d4ba3)) + ## [3.2.2](https://github.com/TheOpenDictionary/odict/compare/lib/v3.2.1...lib/v3.2.2) (2025-11-30) ### Bug Fixes diff --git a/crates/odict/Cargo.toml b/crates/odict/Cargo.toml index 05016a80e..41e53fc70 100644 --- a/crates/odict/Cargo.toml +++ b/crates/odict/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/node/CHANGELOG.md b/node/CHANGELOG.md index 9860247b6..c3add30f1 100644 --- a/node/CHANGELOG.md +++ b/node/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [2.3.0](https://github.com/TheOpenDictionary/odict/compare/node/v2.2.2...node/v2.3.0) (2026-06-27) + + +### Features + +* Add basic documentation ([#1380](https://github.com/TheOpenDictionary/odict/issues/1380)) ([67fec85](https://github.com/TheOpenDictionary/odict/commit/67fec8554b87d50d3b858bed096bf373d6bac057)) +* Add XSD generation and linting hooks ([#1421](https://github.com/TheOpenDictionary/odict/issues/1421)) ([fda5457](https://github.com/TheOpenDictionary/odict/commit/fda5457b0829af5fb1e0ddf51078b3654e5d4ba3)) +* **dx:** Move to using mise monorepo ([2745c41](https://github.com/TheOpenDictionary/odict/commit/2745c41e90783dd3743d1b8555990a70fb9667a9)) +* Update dependencies ([8da5521](https://github.com/TheOpenDictionary/odict/commit/8da55213548dd2baf6d128e3ee8219db2b492189)) + + +### Bug Fixes + +* **node:** Use mise over corepack ([#1422](https://github.com/TheOpenDictionary/odict/issues/1422)) ([e313c3e](https://github.com/TheOpenDictionary/odict/commit/e313c3ebd3060db15e2966c21331abeb6d69862e)) +* Update dependencies ([28b474f](https://github.com/TheOpenDictionary/odict/commit/28b474fe74b7f6dd6017f8cb3f9f51dfe2e1b34d)) + ## [2.2.2](https://github.com/TheOpenDictionary/odict/compare/node/v2.2.1...node/v2.2.2) (2025-11-30) ### Bug Fixes diff --git a/node/package.json b/node/package.json index bef528533..80bf6a07c 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "@odict/node", - "version": "2.2.2", + "version": "2.3.0", "license": "MIT", "repository": { "type": "git", diff --git a/python/CHANGELOG.md b/python/CHANGELOG.md index 9b1747f99..d2f8f081f 100644 --- a/python/CHANGELOG.md +++ b/python/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [2.3.0](https://github.com/TheOpenDictionary/odict/compare/python/v2.2.1...python/v2.3.0) (2026-06-27) + + +### Features + +* Add basic documentation ([#1380](https://github.com/TheOpenDictionary/odict/issues/1380)) ([67fec85](https://github.com/TheOpenDictionary/odict/commit/67fec8554b87d50d3b858bed096bf373d6bac057)) +* Add XSD generation and linting hooks ([#1421](https://github.com/TheOpenDictionary/odict/issues/1421)) ([fda5457](https://github.com/TheOpenDictionary/odict/commit/fda5457b0829af5fb1e0ddf51078b3654e5d4ba3)) +* **dx:** Move to using mise monorepo ([2745c41](https://github.com/TheOpenDictionary/odict/commit/2745c41e90783dd3743d1b8555990a70fb9667a9)) +* Update dependencies ([8da5521](https://github.com/TheOpenDictionary/odict/commit/8da55213548dd2baf6d128e3ee8219db2b492189)) + + +### Bug Fixes + +* Update dependencies ([28b474f](https://github.com/TheOpenDictionary/odict/commit/28b474fe74b7f6dd6017f8cb3f9f51dfe2e1b34d)) + ## [2.2.1](https://github.com/TheOpenDictionary/odict/compare/python/v2.2.0...python/v2.2.1) (2025-11-30) ### Bug Fixes diff --git a/python/Cargo.toml b/python/Cargo.toml index 18c2d045d..2ce2ecb43 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "odict_python" -version = "2.2.1" +version = "2.3.0" [lib] crate-type = ["cdylib", "rlib"]