Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
12 changes: 6 additions & 6 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/e2e-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "e2e-tests"
version = "0.1.26"
version = "0.1.27"
edition.workspace = true
license.workspace = true
publish = false
Expand Down
16 changes: 16 additions & 0 deletions crates/tokf-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
8 changes: 4 additions & 4 deletions crates/tokf-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tokf"
version = "0.2.38"
version = "0.2.39"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand All @@ -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"] }
Expand Down
7 changes: 7 additions & 0 deletions crates/tokf-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion crates/tokf-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
14 changes: 14 additions & 0 deletions crates/tokf-filter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions crates/tokf-filter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"] }
Expand Down
8 changes: 8 additions & 0 deletions crates/tokf-hook-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion crates/tokf-hook-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
15 changes: 15 additions & 0 deletions crates/tokf-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
6 changes: 3 additions & 3 deletions crates/tokf-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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"

Expand Down
7 changes: 7 additions & 0 deletions crates/tokf-server/generated/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion crates/tokf-server/generated/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down