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"
}
12 changes: 12 additions & 0 deletions crates/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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
13 changes: 13 additions & 0 deletions crates/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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
16 changes: 16 additions & 0 deletions crates/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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
12 changes: 12 additions & 0 deletions crates/python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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