Skip to content

Commit b91e5aa

Browse files
authored
chore: release main (#1228)
1 parent ba9d9a9 commit b91e5aa

File tree

9 files changed

+51
-8
lines changed

9 files changed

+51
-8
lines changed

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"node": "1.8.0",
3-
"cli": "2.8.0",
4-
"lib": "2.8.0",
5-
"python": "1.7.0"
2+
"node": "1.9.0",
3+
"cli": "2.9.0",
4+
"lib": "2.9.0",
5+
"python": "1.8.0"
66
}

cli/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [2.9.0](https://github.com/TheOpenDictionary/odict/compare/cli/v2.8.0...cli/v2.9.0) (2025-07-12)
4+
5+
6+
### Features
7+
8+
* Add `min_rank` and `max_rank` methods for retrieving ranking bounds ([#1245](https://github.com/TheOpenDictionary/odict/issues/1245)) ([3cff5ee](https://github.com/TheOpenDictionary/odict/commit/3cff5ee302b5a2281c3ee8fdb75b1ee553760b94))
9+
* Allow custom `follow` limit by changing from boolean to number ([#1246](https://github.com/TheOpenDictionary/odict/issues/1246)) ([d96187a](https://github.com/TheOpenDictionary/odict/commit/d96187a541220f2e934462a31af363f64786d623))
10+
11+
12+
### Bug Fixes
13+
14+
* **deps:** Update rust crate lru to 0.16.0 ([#1241](https://github.com/TheOpenDictionary/odict/issues/1241)) ([ba9d9a9](https://github.com/TheOpenDictionary/odict/commit/ba9d9a97cef809a3445e4ba89b90024e4520bd44))
15+
316
## [2.8.0](https://github.com/TheOpenDictionary/odict/compare/cli/v2.7.0...cli/v2.8.0) (2025-05-14)
417

518

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "odict-cli"
3-
version = "2.8.0"
3+
version = "2.9.0"
44
edition = "2021"
55
description = "Lightning-fast dictionary file format and toolchain"
66
homepage = "https://odict.org"

lib/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [2.9.0](https://github.com/TheOpenDictionary/odict/compare/lib/v2.8.0...lib/v2.9.0) (2025-07-12)
4+
5+
6+
### Features
7+
8+
* Add `min_rank` and `max_rank` methods for retrieving ranking bounds ([#1245](https://github.com/TheOpenDictionary/odict/issues/1245)) ([3cff5ee](https://github.com/TheOpenDictionary/odict/commit/3cff5ee302b5a2281c3ee8fdb75b1ee553760b94))
9+
* Allow custom `follow` limit by changing from boolean to number ([#1246](https://github.com/TheOpenDictionary/odict/issues/1246)) ([d96187a](https://github.com/TheOpenDictionary/odict/commit/d96187a541220f2e934462a31af363f64786d623))
10+
* Make mod semver public & implement partial order for SemanticVersion ([#1225](https://github.com/TheOpenDictionary/odict/issues/1225)) ([15b860a](https://github.com/TheOpenDictionary/odict/commit/15b860a06cfd638fb7e4e896cdc9760506322de6))
11+
12+
13+
### Bug Fixes
14+
15+
* **deps:** Update rust crate quick-xml to 0.38.0 ([#1242](https://github.com/TheOpenDictionary/odict/issues/1242)) ([b55a728](https://github.com/TheOpenDictionary/odict/commit/b55a72826b94357a6d4781aae1cd75d97a28f7ee))
16+
317
## [2.8.0](https://github.com/TheOpenDictionary/odict/compare/lib/v2.7.0...lib/v2.8.0) (2025-05-14)
418

519

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "odict"
33
description = "A blazingly-fast dictionary file format for human languages"
44
homepage = "https://odict.org"
55
repository = "https://github.com/TheOpenDictionary/odict"
6-
version = "2.8.0"
6+
version = "2.9.0"
77
edition = "2021"
88
license = "MIT"
99
exclude = ["benches/*", "tests/*"]

node/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55

66

7+
## [1.9.0](https://github.com/TheOpenDictionary/odict/compare/node/v1.8.0...node/v1.9.0) (2025-07-12)
8+
9+
10+
### Features
11+
12+
* Add `min_rank` and `max_rank` methods for retrieving ranking bounds ([#1245](https://github.com/TheOpenDictionary/odict/issues/1245)) ([3cff5ee](https://github.com/TheOpenDictionary/odict/commit/3cff5ee302b5a2281c3ee8fdb75b1ee553760b94))
13+
* Allow custom `follow` limit by changing from boolean to number ([#1246](https://github.com/TheOpenDictionary/odict/issues/1246)) ([d96187a](https://github.com/TheOpenDictionary/odict/commit/d96187a541220f2e934462a31af363f64786d623))
14+
715
## [1.8.0](https://github.com/TheOpenDictionary/odict/compare/node/v1.7.0...node/v1.8.0) (2025-05-14)
816

917

node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@odict/node",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"type": "commonjs",
55
"main": "index.js",
66
"types": "index.d.ts",

python/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.8.0](https://github.com/TheOpenDictionary/odict/compare/python/v1.7.0...python/v1.8.0) (2025-07-12)
4+
5+
6+
### Features
7+
8+
* Add `min_rank` and `max_rank` methods for retrieving ranking bounds ([#1245](https://github.com/TheOpenDictionary/odict/issues/1245)) ([3cff5ee](https://github.com/TheOpenDictionary/odict/commit/3cff5ee302b5a2281c3ee8fdb75b1ee553760b94))
9+
* Allow custom `follow` limit by changing from boolean to number ([#1246](https://github.com/TheOpenDictionary/odict/issues/1246)) ([d96187a](https://github.com/TheOpenDictionary/odict/commit/d96187a541220f2e934462a31af363f64786d623))
10+
311
## [1.7.0](https://github.com/TheOpenDictionary/odict/compare/python/v1.6.0...python/v1.7.0) (2025-05-14)
412

513

python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "odict_python"
3-
version = "1.7.0"
3+
version = "1.8.0"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)