Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
11 changes: 11 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions crates/odict/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/odict/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*"]
Expand Down
16 changes: 16 additions & 0 deletions node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@odict/node",
"version": "2.2.2",
"version": "2.3.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
15 changes: 15 additions & 0 deletions python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "odict_python"
version = "2.2.1"
version = "2.3.0"

[lib]
crate-type = ["cdylib", "rlib"]
Expand Down
Loading