Skip to content

Commit 73a1e49

Browse files
authored
chore: release main (#1167)
* chore: release main * fix: update lockfile
1 parent 907918b commit 73a1e49

File tree

10 files changed

+65
-11
lines changed

10 files changed

+65
-11
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.1.1",
3-
"cli": "2.1.0",
4-
"lib": "2.1.0",
5-
"python": "1.1.0"
2+
"node": "1.1.2",
3+
"cli": "2.2.0",
4+
"lib": "2.2.0",
5+
"python": "1.1.1"
66
}

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.2.0](https://github.com/TheOpenDictionary/odict/compare/cli/v2.1.0...cli/v2.2.0) (2025-04-03)
4+
5+
6+
### Features
7+
8+
* **serve:** Cache dictionaries ([#1170](https://github.com/TheOpenDictionary/odict/issues/1170)) ([907918b](https://github.com/TheOpenDictionary/odict/commit/907918ba12b34b44399bfa185a0dd5f8c8575ad0))
9+
310
## [2.1.0](https://github.com/TheOpenDictionary/odict/compare/cli/v2.0.0...cli/v2.1.0) (2025-04-03)
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.1.0"
3+
version = "2.2.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.2.0](https://github.com/TheOpenDictionary/odict/compare/lib/v2.1.0...lib/v2.2.0) (2025-04-03)
4+
5+
6+
### Features
7+
8+
* **serve:** Cache dictionaries ([#1170](https://github.com/TheOpenDictionary/odict/issues/1170)) ([907918b](https://github.com/TheOpenDictionary/odict/commit/907918ba12b34b44399bfa185a0dd5f8c8575ad0))
9+
310
## [2.1.0](https://github.com/TheOpenDictionary/odict/compare/lib-v2.0.0...lib/v2.1.0) (2025-04-03)
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.1.0"
6+
version = "2.2.0"
77
edition = "2021"
88
license = "MIT"
99
exclude = ["benches/*", "tests/*"]

node/CHANGELOG.md

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

55

66

7+
## [1.1.2](https://github.com/TheOpenDictionary/odict/compare/node/v1.1.1...node/v1.1.2) (2025-04-03)
8+
9+
## [1.2.0](https://github.com/TheOpenDictionary/odict/compare/node/v1.1.1...node/v1.2.0) (2025-04-03)
10+
11+
12+
### Features
13+
14+
* Add option to print entries as Markdown/HTML ([#1068](https://github.com/TheOpenDictionary/odict/issues/1068)) ([3422533](https://github.com/TheOpenDictionary/odict/commit/3422533514264dbe80e6ff4c6ac4e3c12f289ee8))
15+
* Add stable Python binding 🎉 ([#1049](https://github.com/TheOpenDictionary/odict/issues/1049)) ([73c6e33](https://github.com/TheOpenDictionary/odict/commit/73c6e339b8614c6eb048de4ee7586dd5aa98803e))
16+
* Add WASM support to Node package ([#1155](https://github.com/TheOpenDictionary/odict/issues/1155)) ([3456969](https://github.com/TheOpenDictionary/odict/commit/3456969422df2530693c196bafefa7cd92fb2f12))
17+
* **ci:** Add workflow dispatch trigger for Node release ([24ce45b](https://github.com/TheOpenDictionary/odict/commit/24ce45b8678edcf92779031104c9b21614318bfa))
18+
* **core:** Add new tokenization feature ([#1159](https://github.com/TheOpenDictionary/odict/issues/1159)) ([d9196c1](https://github.com/TheOpenDictionary/odict/commit/d9196c1aae4c275d3c326d5803f7baf65f7b5a89))
19+
* Deployment changes ([#1002](https://github.com/TheOpenDictionary/odict/issues/1002)) ([981c223](https://github.com/TheOpenDictionary/odict/commit/981c2232fe8908cb9a0afd95f6c04e32a4c698ed))
20+
* Remove universal darwin build ([c20d340](https://github.com/TheOpenDictionary/odict/commit/c20d340b5ec44a2c5dd84360dc9e5ff8bde8cba8))
21+
* Rename Python library ([928343a](https://github.com/TheOpenDictionary/odict/commit/928343a7df53d64aa25d7e262f21f4aa0f09cc5e))
22+
* Try updating CI ([c76c684](https://github.com/TheOpenDictionary/odict/commit/c76c684d427ef79df81e4c9a349dadba3a54339c))
23+
* **v2:** Add Rust Node bindings ([#760](https://github.com/TheOpenDictionary/odict/issues/760)) ([aac5501](https://github.com/TheOpenDictionary/odict/commit/aac550181f6d144649ce9ad0ff823967b29668bf))
24+
25+
26+
### Bug Fixes
27+
28+
* Bump node version ([221175a](https://github.com/TheOpenDictionary/odict/commit/221175a37d7275223b31011a208b375e57a36842))
29+
* CI ([c63c3f9](https://github.com/TheOpenDictionary/odict/commit/c63c3f98e816aa626a74e600bdc10554ddf23e7f))
30+
* **ci:** Remove charabia from Node package ([cf02d0c](https://github.com/TheOpenDictionary/odict/commit/cf02d0c6f7a6b9015c88e563e7d24a846428b145))
31+
* **ci:** Test JS CI ([86adb85](https://github.com/TheOpenDictionary/odict/commit/86adb853bd772f94d191c38406ed9e3e7b78ba28))
32+
* **ci:** Test JS CI ([c6230cd](https://github.com/TheOpenDictionary/odict/commit/c6230cde4137ff578839380ef8b18b34f0c226ac))
33+
* Fix Node package version ([deda7b1](https://github.com/TheOpenDictionary/odict/commit/deda7b13ecfc386240682c2ee9d41b33791d7505))
34+
* Fix Node package.json ([5203047](https://github.com/TheOpenDictionary/odict/commit/520304788d1d016c69c9643ed39b069db7844f14))
35+
* **node:** Add repository field to Node package ([333c2b9](https://github.com/TheOpenDictionary/odict/commit/333c2b9ef3a225668d71f18b412ecb35eb63ca8a))
36+
* **node:** Don't create new release ([8fb1a95](https://github.com/TheOpenDictionary/odict/commit/8fb1a95d4164ea9ed7d426342c260389bc08eed2))
37+
* **node:** Fix prepublish ([6249f4a](https://github.com/TheOpenDictionary/odict/commit/6249f4af2e8c2ff627405bd21e41bd0eaac10a60))
38+
* Update release please manifest ([3e633d5](https://github.com/TheOpenDictionary/odict/commit/3e633d58e7b56f3268f63b8eb46d4a514c229c31))
39+
740
## [0.0.3](https://github.com/TheOpenDictionary/odict/compare/node-v1.0.0...node/v0.0.3) (2025-04-03)
841

942
## [1.1.0](https://github.com/TheOpenDictionary/odict/compare/node-v1.0.0...node/v1.1.0) (2025-04-03)

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.1.1",
3+
"version": "1.1.2",
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.1.1](https://github.com/TheOpenDictionary/odict/compare/python/v1.1.0...python/v1.1.1) (2025-04-03)
4+
5+
6+
### Bug Fixes
7+
8+
* Update Python version ([f9ec497](https://github.com/TheOpenDictionary/odict/commit/f9ec4972f3906185863dd9cdac5d02306292c483))
9+
310
## [1.0.0](https://github.com/TheOpenDictionary/odict/compare/python-v1.0.0...python/v1.0.0) (2025-04-03)
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.1.0"
3+
version = "1.1.1"
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)