Skip to content

Commit 22014a8

Browse files
authored
chore: release main (#1248)
1 parent de75c5a commit 22014a8

File tree

7 files changed

+32
-6
lines changed

7 files changed

+32
-6
lines changed

.release-please-manifest.json

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

cli/CHANGELOG.md

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

3+
## [2.9.1](https://github.com/TheOpenDictionary/odict/compare/cli/v2.9.0...cli/v2.9.1) (2025-08-16)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **cli:** Synchronize odict versions
9+
310
## [2.9.0](https://github.com/TheOpenDictionary/odict/compare/cli/v2.8.0...cli/v2.9.0) (2025-07-12)
411

512

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.9.0"
3+
version = "2.9.1"
44
edition = "2021"
55
description = "Lightning-fast dictionary file format and toolchain"
66
homepage = "https://odict.org"

lib/CHANGELOG.md

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

3+
## [2.9.1](https://github.com/TheOpenDictionary/odict/compare/lib/v2.9.0...lib/v2.9.1) (2025-08-16)
4+
5+
6+
### Bug Fixes
7+
8+
* Correct semver partial order implementation ([#1255](https://github.com/TheOpenDictionary/odict/issues/1255)) ([627e3ad](https://github.com/TheOpenDictionary/odict/commit/627e3ad45cf57e5e5e048bd1d727cef81c3e023a))
9+
10+
11+
### Performance Improvements
12+
13+
* Decrease compress quality to 8 ([#1269](https://github.com/TheOpenDictionary/odict/issues/1269)) ([ccc5040](https://github.com/TheOpenDictionary/odict/commit/ccc504063b0289edb2410939141aa992c3adadd4)), closes [#1249](https://github.com/TheOpenDictionary/odict/issues/1249)
14+
315
## [2.9.0](https://github.com/TheOpenDictionary/odict/compare/lib/v2.8.0...lib/v2.9.0) (2025-07-12)
416

517

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.9.0"
6+
version = "2.9.1"
77
edition = "2021"
88
license = "MIT"
99
exclude = ["benches/*", "tests/*"]

node/CHANGELOG.md

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

55

66

7+
## [1.9.1](https://github.com/TheOpenDictionary/odict/compare/node/v1.9.0...node/v1.9.1) (2025-08-16)
8+
9+
10+
### Bug Fixes
11+
12+
* Update Node requirement ([b9a0a35](https://github.com/TheOpenDictionary/odict/commit/b9a0a3590ca621976a5025c274453a619c84e299))
13+
714
## [1.9.0](https://github.com/TheOpenDictionary/odict/compare/node/v1.8.0...node/v1.9.0) (2025-07-12)
815

916

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.9.0",
3+
"version": "1.9.1",
44
"type": "commonjs",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)