Skip to content

Commit 3383cd5

Browse files
authored
chore: release main (#1211)
1 parent 2b2439a commit 3383cd5

File tree

9 files changed

+36
-8
lines changed

9 files changed

+36
-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.6.0",
3-
"cli": "2.6.0",
4-
"lib": "2.6.0",
5-
"python": "1.5.0"
2+
"node": "1.7.0",
3+
"cli": "2.7.0",
4+
"lib": "2.7.0",
5+
"python": "1.6.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.7.0](https://github.com/TheOpenDictionary/odict/compare/cli/v2.6.0...cli/v2.7.0) (2025-05-10)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **cli:** Synchronize odict versions
9+
310
## [2.6.0](https://github.com/TheOpenDictionary/odict/compare/cli/v2.4.1...cli/v2.6.0) (2025-04-24)
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.6.0"
3+
version = "2.7.0"
44
edition = "2021"
55
description = "Lightning-fast dictionary file format and toolchain"
66
homepage = "https://odict.org"

lib/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.7.0](https://github.com/TheOpenDictionary/odict/compare/lib/v2.6.0...lib/v2.7.0) (2025-05-10)
4+
5+
6+
### Features
7+
8+
* Add `rank` attribute to Entry for storing word frequencies ([#1210](https://github.com/TheOpenDictionary/odict/issues/1210)) ([2b2439a](https://github.com/TheOpenDictionary/odict/commit/2b2439a4dcb82d2b2c247174eb22d4a90d2037d5))
9+
310
## [2.6.0](https://github.com/TheOpenDictionary/odict/compare/lib/v2.5.0...lib/v2.6.0) (2025-04-24)
411

512

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.6.0"
6+
version = "2.7.0"
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.7.0](https://github.com/TheOpenDictionary/odict/compare/node/v1.6.0...node/v1.7.0) (2025-05-10)
8+
9+
10+
### Features
11+
12+
* Add `rank` attribute to Entry for storing word frequencies ([#1210](https://github.com/TheOpenDictionary/odict/issues/1210)) ([2b2439a](https://github.com/TheOpenDictionary/odict/commit/2b2439a4dcb82d2b2c247174eb22d4a90d2037d5))
13+
714
## [1.6.0](https://github.com/TheOpenDictionary/odict/compare/node/v1.5.0...node/v1.6.0) (2025-04-24)
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.6.0",
3+
"version": "1.7.0",
44
"type": "commonjs",
55
"main": "index.js",
66
"types": "index.d.ts",

python/CHANGELOG.md

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

3+
## [1.6.0](https://github.com/TheOpenDictionary/odict/compare/python/v1.5.0...python/v1.6.0) (2025-05-10)
4+
5+
6+
### Features
7+
8+
* Add `rank` attribute to Entry for storing word frequencies ([#1210](https://github.com/TheOpenDictionary/odict/issues/1210)) ([2b2439a](https://github.com/TheOpenDictionary/odict/commit/2b2439a4dcb82d2b2c247174eb22d4a90d2037d5))
9+
310
## [1.5.0](https://github.com/TheOpenDictionary/odict/compare/python/v1.4.0...python/v1.5.0) (2025-04-24)
411

512

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.5.0"
3+
version = "1.6.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)