Skip to content
Open
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 @@
{
"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"
}
15 changes: 15 additions & 0 deletions crates/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [3.3.0](https://github.com/TheOpenDictionary/odict/compare/cli/v3.2.2...cli/v3.3.0) (2026-06-01)


### Features

* **dx:** Move to using mise monorepo ([2745c41](https://github.com/TheOpenDictionary/odict/commit/2745c41e90783dd3743d1b8555990a70fb9667a9))
* Restore standalone `split` feature ([#1390](https://github.com/TheOpenDictionary/odict/issues/1390)) ([8a630c0](https://github.com/TheOpenDictionary/odict/commit/8a630c00ba90b7491e068ece0a787467301b7a33))


### Bug Fixes

* **ci:** Add Zig and upgrade dependencies ([1d07721](https://github.com/TheOpenDictionary/odict/commit/1d077213187c3bf816783c346d6a4c7132d79c09))
* **ci:** Finally fix the CI ([#1398](https://github.com/TheOpenDictionary/odict/issues/1398)) ([a604b52](https://github.com/TheOpenDictionary/odict/commit/a604b52274c62799005b00091cbeeafded65862b))
* **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)


Expand Down
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
18 changes: 18 additions & 0 deletions crates/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [3.3.0](https://github.com/TheOpenDictionary/odict/compare/lib/v3.2.2...lib/v3.3.0) (2026-06-01)


### Features

* **dx:** Move to using mise monorepo ([2745c41](https://github.com/TheOpenDictionary/odict/commit/2745c41e90783dd3743d1b8555990a70fb9667a9))
* Restore standalone `split` feature ([#1390](https://github.com/TheOpenDictionary/odict/issues/1390)) ([8a630c0](https://github.com/TheOpenDictionary/odict/commit/8a630c00ba90b7491e068ece0a787467301b7a33))


### Bug Fixes

* **ci:** Add Zig and upgrade dependencies ([1d07721](https://github.com/TheOpenDictionary/odict/commit/1d077213187c3bf816783c346d6a4c7132d79c09))
* **ci:** Finally fix the CI ([#1398](https://github.com/TheOpenDictionary/odict/issues/1398)) ([a604b52](https://github.com/TheOpenDictionary/odict/commit/a604b52274c62799005b00091cbeeafded65862b))
* **ci:** Use zig for aarch64 linux build ([1d2bf90](https://github.com/TheOpenDictionary/odict/commit/1d2bf907101fa4699f6412cf4a2cdc22d271acc1))
* **download:** Fix etag checker ([3b7f0b7](https://github.com/TheOpenDictionary/odict/commit/3b7f0b7c2312a08b90994d153b555a0a2e1ac5d0))
* **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)


Expand Down
2 changes: 1 addition & 1 deletion crates/lib/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
20 changes: 20 additions & 0 deletions crates/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@



## [2.3.0](https://github.com/TheOpenDictionary/odict/compare/node/v2.2.2...node/v2.3.0) (2026-06-01)


### Features

* **dx:** Move to using mise monorepo ([2745c41](https://github.com/TheOpenDictionary/odict/commit/2745c41e90783dd3743d1b8555990a70fb9667a9))
* Restore standalone `split` feature ([#1390](https://github.com/TheOpenDictionary/odict/issues/1390)) ([8a630c0](https://github.com/TheOpenDictionary/odict/commit/8a630c00ba90b7491e068ece0a787467301b7a33))


### Bug Fixes

* **ci:** Add Zig and upgrade dependencies ([1d07721](https://github.com/TheOpenDictionary/odict/commit/1d077213187c3bf816783c346d6a4c7132d79c09))
* **ci:** Attempt to fix CI ([8086c42](https://github.com/TheOpenDictionary/odict/commit/8086c42f5c51cff907661a476f7a43ebcdf3eea8))
* **ci:** Finally fix the CI ([#1398](https://github.com/TheOpenDictionary/odict/issues/1398)) ([a604b52](https://github.com/TheOpenDictionary/odict/commit/a604b52274c62799005b00091cbeeafded65862b))
* **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))
* **ci:** Use zig for aarch64 linux build ([1d2bf90](https://github.com/TheOpenDictionary/odict/commit/1d2bf907101fa4699f6412cf4a2cdc22d271acc1))

## [2.2.2](https://github.com/TheOpenDictionary/odict/compare/node/v2.2.1...node/v2.2.2) (2025-11-30)


Expand Down
2 changes: 1 addition & 1 deletion crates/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",
"main": "index.js",
"types": "index.d.ts",
"browser": "browser.js",
Expand Down
13 changes: 13 additions & 0 deletions crates/python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.3.0](https://github.com/TheOpenDictionary/odict/compare/python/v2.2.1...python/v2.3.0) (2026-06-01)


### Features

* **dx:** Move to using mise monorepo ([2745c41](https://github.com/TheOpenDictionary/odict/commit/2745c41e90783dd3743d1b8555990a70fb9667a9))
* Restore standalone `split` feature ([#1390](https://github.com/TheOpenDictionary/odict/issues/1390)) ([8a630c0](https://github.com/TheOpenDictionary/odict/commit/8a630c00ba90b7491e068ece0a787467301b7a33))


### 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)


Expand Down
2 changes: 1 addition & 1 deletion crates/python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "odict_python"
version = "2.2.1"
version = "2.3.0"
edition = "2021"

[lib]
Expand Down
Loading