Skip to content

Commit

Permalink
chore: release v2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 11, 2024
1 parent 797dfea commit 1e361f1
Show file tree
Hide file tree
Showing 10 changed files with 172 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"bindings/node": "0.0.0",
"cli": "0.0.0",
"lib": "0.0.0",
"bindings/java": "0.0.0"
"bindings/node": "0.0.1",
"cli": "2.0.0",
"lib": "2.0.0",
"bindings/java": "1.0.0"
}
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions bindings/java/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

## 1.0.0 (2024-12-11)


### Features

* Deployment changes ([#1002](https://github.com/TheOpenDictionary/odict/issues/1002)) ([981c223](https://github.com/TheOpenDictionary/odict/commit/981c2232fe8908cb9a0afd95f6c04e32a4c698ed))
* Fix NAPI CI ([#1015](https://github.com/TheOpenDictionary/odict/issues/1015)) ([c688d43](https://github.com/TheOpenDictionary/odict/commit/c688d43ecb1059182ab53b2ab9042148f9dbf981))
* Replace just runners with mise tasks ([0275910](https://github.com/TheOpenDictionary/odict/commit/0275910feff1f100a464d5d95a92ebfef95d4e6f))


### Bug Fixes

* **deps:** Update dependency com.squareup.moshi:moshi to v1.15.2 ([#1033](https://github.com/TheOpenDictionary/odict/issues/1033)) ([04d0896](https://github.com/TheOpenDictionary/odict/commit/04d089696c2da3b2c612e07063d739158efc848f))
* **deps:** Update dependency com.squareup.moshi:moshi-kotlin to v1.15.2 ([#1034](https://github.com/TheOpenDictionary/odict/issues/1034)) ([ddbd48d](https://github.com/TheOpenDictionary/odict/commit/ddbd48d2887fdcdc68e709c2b2446e96e253765f))
* **deps:** Update dependency com.squareup.moshi:moshi-kotlin-codegen to v1.15.2 ([#1035](https://github.com/TheOpenDictionary/odict/issues/1035)) ([0ebeb56](https://github.com/TheOpenDictionary/odict/commit/0ebeb5688d6d09625a401e22a138d43785155df2))
* Fix tasks ([414d9c7](https://github.com/TheOpenDictionary/odict/commit/414d9c7099a06fd2aea788c1a433b272b539d7c9))
* **java:** Fix tests ([8c3478c](https://github.com/TheOpenDictionary/odict/commit/8c3478c7d21dba60bc48c8e6d9d58f04efb0cc25))
30 changes: 30 additions & 0 deletions bindings/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Changelog



## 1.0.0 (2024-12-11)


### Features

* Change binary name to odict ([99d8436](https://github.com/TheOpenDictionary/odict/commit/99d8436539c4962f4559848b18371d77c3b381b1))
* Deployment changes ([#1002](https://github.com/TheOpenDictionary/odict/issues/1002)) ([981c223](https://github.com/TheOpenDictionary/odict/commit/981c2232fe8908cb9a0afd95f6c04e32a4c698ed))
* Fix NAPI CI ([#1015](https://github.com/TheOpenDictionary/odict/issues/1015)) ([c688d43](https://github.com/TheOpenDictionary/odict/commit/c688d43ecb1059182ab53b2ab9042148f9dbf981))
* **napi:** Test out NAPI alpha ([06d93d0](https://github.com/TheOpenDictionary/odict/commit/06d93d0b49336050b7e3016de1b8cfb24d5d7467))
* **napi:** Update CI ([ba39a43](https://github.com/TheOpenDictionary/odict/commit/ba39a43c2cb054dce7362aab3f03a90b26532294))
* Reduce unnecessary Lazy declarations and remove once_cell ([#1016](https://github.com/TheOpenDictionary/odict/issues/1016)) ([6bcea66](https://github.com/TheOpenDictionary/odict/commit/6bcea668331fd191e967a1a1dabbd4dc9eeeb885))
* Replace just runners with mise tasks ([0275910](https://github.com/TheOpenDictionary/odict/commit/0275910feff1f100a464d5d95a92ebfef95d4e6f))


### Bug Fixes

* **ci:** Fix tests ([ce9c477](https://github.com/TheOpenDictionary/odict/commit/ce9c477432a0ffee7d6d32a938827bae10648da8))
* **ci:** Update Napi CI ([928d53d](https://github.com/TheOpenDictionary/odict/commit/928d53d2e2b15786b35e9cc34faed2dcb727df4b))
* Fix tasks ([414d9c7](https://github.com/TheOpenDictionary/odict/commit/414d9c7099a06fd2aea788c1a433b272b539d7c9))
* Mark Node bindings as unpublishable ([274b9d8](https://github.com/TheOpenDictionary/odict/commit/274b9d8992d214ac7109adc2c36cb9a4693ffc75))
* Move away from corepack and update Node CI ([3169c01](https://github.com/TheOpenDictionary/odict/commit/3169c01a15f6cd3d8624a3ee756694e072a7d401))
* **napi:** Update CI ([6870489](https://github.com/TheOpenDictionary/odict/commit/687048988df3cedf74b9f33bb33cd1fec45e8691))
* **napi:** Update CI ([163584a](https://github.com/TheOpenDictionary/odict/commit/163584a2368adf7b10fb81f9da5918019ff04846))
* **napi:** Update test script and FreeBSD build ([807cd13](https://github.com/TheOpenDictionary/odict/commit/807cd13412c1a0bb53dfcffda87f6b4b10ae334e))
* **node:** Depend test on build ([0bdeac4](https://github.com/TheOpenDictionary/odict/commit/0bdeac40af8efd7a25c0346fc3dd197d8a53a9c6))
* Update tasks to use PNPM workspaces ([e2960f5](https://github.com/TheOpenDictionary/odict/commit/e2960f5566272f6d7f45eed5cdfe6d21d8d599a7))
2 changes: 1 addition & 1 deletion bindings/node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "odict_node"
version = "0.0.0"
version = "0.0.1"
publish = false

[lib]
Expand Down
2 changes: 1 addition & 1 deletion bindings/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@odict/node",
"version": "0.0.1-beta.0",
"version": "1.0.0",
"main": "index.js",
"types": "index.d.ts",
"files": [
Expand Down
39 changes: 39 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Changelog

## 2.0.0 (2024-12-11)


### Features

* Add indexing ([#656](https://github.com/TheOpenDictionary/odict/issues/656)) ([a94db99](https://github.com/TheOpenDictionary/odict/commit/a94db9953c34df96bedff5c3ebde989a64d27ace))
* Change binary name to odict ([99d8436](https://github.com/TheOpenDictionary/odict/commit/99d8436539c4962f4559848b18371d77c3b381b1))
* **config:** Port `alias` logic and CLI command to Rust ([#641](https://github.com/TheOpenDictionary/odict/issues/641)) ([853bf43](https://github.com/TheOpenDictionary/odict/commit/853bf435ecf6808a8f7d0daa724802de9dac43f1))
* Deployment changes ([#1002](https://github.com/TheOpenDictionary/odict/issues/1002)) ([981c223](https://github.com/TheOpenDictionary/odict/commit/981c2232fe8908cb9a0afd95f6c04e32a4c698ed))
* Finalize search ([#693](https://github.com/TheOpenDictionary/odict/issues/693)) ([0e17c88](https://github.com/TheOpenDictionary/odict/commit/0e17c88142befd6c221a0008f30688a05151b865))
* Fix NAPI CI ([#1015](https://github.com/TheOpenDictionary/odict/issues/1015)) ([c688d43](https://github.com/TheOpenDictionary/odict/commit/c688d43ecb1059182ab53b2ab9042148f9dbf981))
* Reduce unnecessary Lazy declarations and remove once_cell ([#1016](https://github.com/TheOpenDictionary/odict/issues/1016)) ([6bcea66](https://github.com/TheOpenDictionary/odict/commit/6bcea668331fd191e967a1a1dabbd4dc9eeeb885))
* Replace just runners with mise tasks ([0275910](https://github.com/TheOpenDictionary/odict/commit/0275910feff1f100a464d5d95a92ebfef95d4e6f))
* **v2:** Add `new` command ([#700](https://github.com/TheOpenDictionary/odict/issues/700)) ([6f65dc3](https://github.com/TheOpenDictionary/odict/commit/6f65dc371ae4b51600673b853353406ecaf92cb3))
* **v2:** Add info command ([#800](https://github.com/TheOpenDictionary/odict/issues/800)) ([8b73cc4](https://github.com/TheOpenDictionary/odict/commit/8b73cc4e687708abc90848740b827986391a2175))
* **v2:** Add pretty printing ([#701](https://github.com/TheOpenDictionary/odict/issues/701)) ([e24160f](https://github.com/TheOpenDictionary/odict/commit/e24160f4023b1be97b0d8cb98e03b82cecdedd8e))
* **v2:** Add Rust Node bindings ([#760](https://github.com/TheOpenDictionary/odict/issues/760)) ([aac5501](https://github.com/TheOpenDictionary/odict/commit/aac550181f6d144649ce9ad0ff823967b29668bf))
* **v2:** Add serve command ([#748](https://github.com/TheOpenDictionary/odict/issues/748)) ([ff10753](https://github.com/TheOpenDictionary/odict/commit/ff107533fcb25094230770b8c51697348caa6fc2))
* **v2:** Add SQL dumping ([#747](https://github.com/TheOpenDictionary/odict/issues/747)) ([caceb88](https://github.com/TheOpenDictionary/odict/commit/caceb883e527358a0f0e74221130af572c0f561a))
* **v2:** Implement basic dumping ([#654](https://github.com/TheOpenDictionary/odict/issues/654)) ([5e29764](https://github.com/TheOpenDictionary/odict/commit/5e29764048767752c56178df5e1ac1e9160894d0))


### Bug Fixes

* **deps:** Update module github.com/google/flatbuffers to v24 ([aa73d33](https://github.com/TheOpenDictionary/odict/commit/aa73d33d6685f6b15d4223943967c748d1bae8bd))
* **deps:** Update module github.com/google/flatbuffers to v24.3.7+incompatible ([2e9a949](https://github.com/TheOpenDictionary/odict/commit/2e9a949bc475bd11e294717b7e81ed4c48023138))
* **deps:** Update module github.com/google/uuid to v1.6.0 ([6a036b1](https://github.com/TheOpenDictionary/odict/commit/6a036b190d750096fd888fb2580988b41473762e))
* **deps:** Update rust crate clap to 4.5.4 ([e8f91a3](https://github.com/TheOpenDictionary/odict/commit/e8f91a3bc00743e73e8ca1efbf21640c42935d61))
* **deps:** Update rust crate pulldown-cmark to 0.10.2 ([6303c50](https://github.com/TheOpenDictionary/odict/commit/6303c50f9fb4b1de0e0c7717bfe49fdb255de0af))
* **deps:** Update rust crate pulldown-cmark to 0.10.3 ([0311794](https://github.com/TheOpenDictionary/odict/commit/031179459880fc9a4a1e9ce146205ffb9b744ada))
* **deps:** Update rust crate pulldown-cmark to 0.11.0 ([d4e85f5](https://github.com/TheOpenDictionary/odict/commit/d4e85f54b2c973721ff99fb5c091489223927b35))
* **deps:** Update rust crate pulldown-cmark to 0.12.0 ([0885bf8](https://github.com/TheOpenDictionary/odict/commit/0885bf87c345103af6cb6138d220cba661b0f9ff))
* **deps:** Update rust crate serde to 1.0.198 ([2701027](https://github.com/TheOpenDictionary/odict/commit/2701027fe3ce7c7847f3e92a59b0b6092e73d941))
* **deps:** Update rust crate serde to 1.0.199 ([cca009c](https://github.com/TheOpenDictionary/odict/commit/cca009cf62b3a8a92f48c5172d222a4b3844a93a))
* **deps:** Update rust crate serde to 1.0.200 ([a192028](https://github.com/TheOpenDictionary/odict/commit/a19202869063703dc23e36ca9adbab5f04063d4e))
* **print:** Fix formatting ([e3f5280](https://github.com/TheOpenDictionary/odict/commit/e3f52802057fe2c53d18fb3cbeed578cd0dbef0c))
* **sql:** Fix duplicate values in generated SQL ([#590](https://github.com/TheOpenDictionary/odict/issues/590)) ([30c0c9f](https://github.com/TheOpenDictionary/odict/commit/30c0c9f61e4b7ce2c794e9b717c0a385dd184381))
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cli"
version = "2.0.0-beta.0"
version = "2.0.0"
edition = "2021"
description = "A lightning-fast dictionary file format and toolchain"
homepage = "https://odict.org"
Expand Down
Loading

0 comments on commit 1e361f1

Please sign in to comment.