diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4316ffa..2e2d571 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,9 +1,9 @@ { - "crates/tokf-common": "0.2.38", - "crates/tokf-filter": "0.2.38", - "crates/tokf-cli": "0.2.38", - "crates/tokf-server": "0.2.38", - "crates/tokf-server/generated": "0.2.38", - "crates/tokf-hook-types": "0.2.38", - "crates/e2e-tests": "0.1.26" + "crates/tokf-common": "0.2.39", + "crates/tokf-filter": "0.2.39", + "crates/tokf-cli": "0.2.39", + "crates/tokf-server": "0.2.39", + "crates/tokf-server/generated": "0.2.39", + "crates/tokf-hook-types": "0.2.39", + "crates/e2e-tests": "0.1.27" } diff --git a/Cargo.lock b/Cargo.lock index 483c164..28aa834 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -986,7 +986,7 @@ checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" [[package]] name = "e2e-tests" -version = "0.1.26" +version = "0.1.27" dependencies = [ "anyhow", "axum", @@ -3719,7 +3719,7 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokf" -version = "0.2.38" +version = "0.2.39" dependencies = [ "anyhow", "clap", @@ -3758,7 +3758,7 @@ dependencies = [ [[package]] name = "tokf-common" -version = "0.2.38" +version = "0.2.39" dependencies = [ "regex", "serde", @@ -3771,7 +3771,7 @@ dependencies = [ [[package]] name = "tokf-filter" -version = "0.2.38" +version = "0.2.39" dependencies = [ "anyhow", "mlua", @@ -3785,14 +3785,14 @@ dependencies = [ [[package]] name = "tokf-hook-types" -version = "0.2.38" +version = "0.2.39" dependencies = [ "serde", ] [[package]] name = "tokf-server" -version = "0.2.38" +version = "0.2.39" dependencies = [ "anyhow", "async-trait", diff --git a/crates/e2e-tests/Cargo.toml b/crates/e2e-tests/Cargo.toml index 6c579b3..04dfb1c 100644 --- a/crates/e2e-tests/Cargo.toml +++ b/crates/e2e-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "e2e-tests" -version = "0.1.26" +version = "0.1.27" edition.workspace = true license.workspace = true publish = false diff --git a/crates/tokf-cli/CHANGELOG.md b/crates/tokf-cli/CHANGELOG.md index 5f28dad..365b586 100644 --- a/crates/tokf-cli/CHANGELOG.md +++ b/crates/tokf-cli/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.2.39](https://github.com/mpecan/tokf/compare/tokf-v0.2.38...tokf-v0.2.39) (2026-03-26) + + +### Features + +* extract shared hook types into tokf-hook-types crate ([#314](https://github.com/mpecan/tokf/issues/314)) ([40148bf](https://github.com/mpecan/tokf/commit/40148bf6756eca98d78f765a43ce1fd8e896ca8f)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * tokf-common bumped from 0.2.38 to 0.2.39 + * tokf-filter bumped from 0.2.38 to 0.2.39 + * tokf-hook-types bumped from 0.2.38 to 0.2.39 + ## [0.2.38](https://github.com/mpecan/tokf/compare/tokf-v0.2.37...tokf-v0.2.38) (2026-03-25) diff --git a/crates/tokf-cli/Cargo.toml b/crates/tokf-cli/Cargo.toml index 4be8998..bd0fef6 100644 --- a/crates/tokf-cli/Cargo.toml +++ b/crates/tokf-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokf" -version = "0.2.38" +version = "0.2.39" edition.workspace = true license.workspace = true repository.workspace = true @@ -14,9 +14,9 @@ name = "tokf" path = "src/main.rs" [dependencies] -tokf-common = { path = "../tokf-common", version = "0.2.38", features = ["validation"] } -tokf-filter = { path = "../tokf-filter", version = "0.2.38" } -tokf-hook-types = { path = "../tokf-hook-types", version = "0.2.38" } +tokf-common = { path = "../tokf-common", version = "0.2.39", features = ["validation"] } +tokf-filter = { path = "../tokf-filter", version = "0.2.39" } +tokf-hook-types = { path = "../tokf-hook-types", version = "0.2.39" } clap = { version = "4", features = ["derive", "env"] } toml = "1.0" serde = { version = "1", features = ["derive"] } diff --git a/crates/tokf-common/CHANGELOG.md b/crates/tokf-common/CHANGELOG.md index a430bb7..ce45842 100644 --- a/crates/tokf-common/CHANGELOG.md +++ b/crates/tokf-common/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.39](https://github.com/mpecan/tokf/compare/tokf-common-v0.2.38...tokf-common-v0.2.39) (2026-03-26) + + +### Miscellaneous + +* **tokf-common:** Synchronize workspace versions + ## [0.2.38](https://github.com/mpecan/tokf/compare/tokf-common-v0.2.37...tokf-common-v0.2.38) (2026-03-25) diff --git a/crates/tokf-common/Cargo.toml b/crates/tokf-common/Cargo.toml index bf76676..ce21fb9 100644 --- a/crates/tokf-common/Cargo.toml +++ b/crates/tokf-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokf-common" -version = "0.2.38" +version = "0.2.39" edition.workspace = true license.workspace = true repository.workspace = true diff --git a/crates/tokf-filter/CHANGELOG.md b/crates/tokf-filter/CHANGELOG.md index 0fae372..94ef7f7 100644 --- a/crates/tokf-filter/CHANGELOG.md +++ b/crates/tokf-filter/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.2.39](https://github.com/mpecan/tokf/compare/tokf-filter-v0.2.38...tokf-filter-v0.2.39) (2026-03-26) + + +### Miscellaneous + +* **tokf-filter:** Synchronize workspace versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * tokf-common bumped from 0.2.38 to 0.2.39 + ## [0.2.38](https://github.com/mpecan/tokf/compare/tokf-filter-v0.2.37...tokf-filter-v0.2.38) (2026-03-25) diff --git a/crates/tokf-filter/Cargo.toml b/crates/tokf-filter/Cargo.toml index 2cfb500..869ad4e 100644 --- a/crates/tokf-filter/Cargo.toml +++ b/crates/tokf-filter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokf-filter" -version = "0.2.38" +version = "0.2.39" edition.workspace = true license.workspace = true repository.workspace = true @@ -10,7 +10,7 @@ keywords = ["llm", "cli", "tokens", "ai", "context-window"] categories = ["command-line-utilities", "development-tools"] [dependencies] -tokf-common = { path = "../tokf-common", version = "0.2.38" } +tokf-common = { path = "../tokf-common", version = "0.2.39" } regex = "1" anyhow = "1" serde = { version = "1", features = ["derive"] } diff --git a/crates/tokf-hook-types/CHANGELOG.md b/crates/tokf-hook-types/CHANGELOG.md new file mode 100644 index 0000000..b7c311c --- /dev/null +++ b/crates/tokf-hook-types/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.2.39](https://github.com/mpecan/tokf/compare/tokf-hook-types-v0.2.38...tokf-hook-types-v0.2.39) (2026-03-26) + + +### Features + +* extract shared hook types into tokf-hook-types crate ([#314](https://github.com/mpecan/tokf/issues/314)) ([40148bf](https://github.com/mpecan/tokf/commit/40148bf6756eca98d78f765a43ce1fd8e896ca8f)) diff --git a/crates/tokf-hook-types/Cargo.toml b/crates/tokf-hook-types/Cargo.toml index b4051f0..4305119 100644 --- a/crates/tokf-hook-types/Cargo.toml +++ b/crates/tokf-hook-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokf-hook-types" -version = "0.2.38" +version = "0.2.39" edition.workspace = true license.workspace = true repository.workspace = true diff --git a/crates/tokf-server/CHANGELOG.md b/crates/tokf-server/CHANGELOG.md index 123b230..c70fea4 100644 --- a/crates/tokf-server/CHANGELOG.md +++ b/crates/tokf-server/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.2.39](https://github.com/mpecan/tokf/compare/tokf-server-v0.2.38...tokf-server-v0.2.39) (2026-03-26) + + +### Miscellaneous + +* **tokf-server:** Synchronize workspace versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * tokf-common bumped from 0.2.38 to 0.2.39 + * tokf-filter bumped from 0.2.38 to 0.2.39 + ## [0.2.38](https://github.com/mpecan/tokf/compare/tokf-server-v0.2.37...tokf-server-v0.2.38) (2026-03-25) diff --git a/crates/tokf-server/Cargo.toml b/crates/tokf-server/Cargo.toml index 885af85..687b10c 100644 --- a/crates/tokf-server/Cargo.toml +++ b/crates/tokf-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokf-server" -version = "0.2.38" +version = "0.2.39" edition.workspace = true license.workspace = true repository.workspace = true @@ -33,8 +33,8 @@ hex = "0.4" async-trait = "0.1" chrono = { version = "0.4", features = ["serde"] } aws-sdk-s3 = { version = "1", default-features = false, features = ["behavior-version-latest", "rt-tokio", "default-https-client"] } -tokf-common = { path = "../tokf-common", version = "0.2.38", features = ["validation"] } -tokf-filter = { path = "../tokf-filter", version = "0.2.38" } +tokf-common = { path = "../tokf-common", version = "0.2.39", features = ["validation"] } +tokf-filter = { path = "../tokf-filter", version = "0.2.39" } toml = "1.0" bytes = "1" diff --git a/crates/tokf-server/generated/CHANGELOG.md b/crates/tokf-server/generated/CHANGELOG.md index 8929b33..1692576 100644 --- a/crates/tokf-server/generated/CHANGELOG.md +++ b/crates/tokf-server/generated/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.39](https://github.com/mpecan/tokf/compare/catalog-types-v0.2.38...catalog-types-v0.2.39) (2026-03-26) + + +### Miscellaneous + +* **catalog-types:** Synchronize workspace versions + ## [0.2.38](https://github.com/mpecan/tokf/compare/catalog-types-v0.2.37...catalog-types-v0.2.38) (2026-03-25) diff --git a/crates/tokf-server/generated/package.json b/crates/tokf-server/generated/package.json index 29ee2b8..2027673 100644 --- a/crates/tokf-server/generated/package.json +++ b/crates/tokf-server/generated/package.json @@ -1,6 +1,6 @@ { "name": "@tokf/catalog-types", - "version": "0.2.38", + "version": "0.2.39", "description": "TypeScript types for the tokf filter catalog (auto-generated from Rust via ts-rs)", "type": "module", "exports": {