Skip to content

Commit 8df8a95

Browse files
chore: release main (#315)
🤖 I have created a release *beep* *boop* --- <details><summary>e2e-tests: 0.1.27</summary> ### Dependencies </details> <details><summary>tokf-common: 0.2.39</summary> ## [0.2.39](tokf-common-v0.2.38...tokf-common-v0.2.39) (2026-03-26) ### Miscellaneous * **tokf-common:** Synchronize workspace versions </details> <details><summary>tokf-filter: 0.2.39</summary> ## [0.2.39](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 </details> <details><summary>tokf-hook-types: 0.2.39</summary> ## [0.2.39](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](#314)) ([40148bf](40148bf)) </details> <details><summary>tokf-server: 0.2.39</summary> ## [0.2.39](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 </details> <details><summary>catalog-types: 0.2.39</summary> ## [0.2.39](catalog-types-v0.2.38...catalog-types-v0.2.39) (2026-03-26) ### Miscellaneous * **catalog-types:** Synchronize workspace versions </details> <details><summary>tokf: 0.2.39</summary> ## [0.2.39](tokf-v0.2.38...tokf-v0.2.39) (2026-03-26) ### Features * extract shared hook types into tokf-hook-types crate ([#314](#314)) ([40148bf](40148bf)) ### 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 </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: repository-butler[bot] <166800726+repository-butler[bot]@users.noreply.github.com>
1 parent 40148bf commit 8df8a95

15 files changed

Lines changed: 93 additions & 26 deletions

File tree

.release-please-manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"crates/tokf-common": "0.2.38",
3-
"crates/tokf-filter": "0.2.38",
4-
"crates/tokf-cli": "0.2.38",
5-
"crates/tokf-server": "0.2.38",
6-
"crates/tokf-server/generated": "0.2.38",
7-
"crates/tokf-hook-types": "0.2.38",
8-
"crates/e2e-tests": "0.1.26"
2+
"crates/tokf-common": "0.2.39",
3+
"crates/tokf-filter": "0.2.39",
4+
"crates/tokf-cli": "0.2.39",
5+
"crates/tokf-server": "0.2.39",
6+
"crates/tokf-server/generated": "0.2.39",
7+
"crates/tokf-hook-types": "0.2.39",
8+
"crates/e2e-tests": "0.1.27"
99
}

Cargo.lock

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

crates/e2e-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "e2e-tests"
3-
version = "0.1.26"
3+
version = "0.1.27"
44
edition.workspace = true
55
license.workspace = true
66
publish = false

crates/tokf-cli/CHANGELOG.md

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

3+
## [0.2.39](https://github.com/mpecan/tokf/compare/tokf-v0.2.38...tokf-v0.2.39) (2026-03-26)
4+
5+
6+
### Features
7+
8+
* 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))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* tokf-common bumped from 0.2.38 to 0.2.39
16+
* tokf-filter bumped from 0.2.38 to 0.2.39
17+
* tokf-hook-types bumped from 0.2.38 to 0.2.39
18+
319
## [0.2.38](https://github.com/mpecan/tokf/compare/tokf-v0.2.37...tokf-v0.2.38) (2026-03-25)
420

521

crates/tokf-cli/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tokf"
3-
version = "0.2.38"
3+
version = "0.2.39"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true
@@ -14,9 +14,9 @@ name = "tokf"
1414
path = "src/main.rs"
1515

1616
[dependencies]
17-
tokf-common = { path = "../tokf-common", version = "0.2.38", features = ["validation"] }
18-
tokf-filter = { path = "../tokf-filter", version = "0.2.38" }
19-
tokf-hook-types = { path = "../tokf-hook-types", version = "0.2.38" }
17+
tokf-common = { path = "../tokf-common", version = "0.2.39", features = ["validation"] }
18+
tokf-filter = { path = "../tokf-filter", version = "0.2.39" }
19+
tokf-hook-types = { path = "../tokf-hook-types", version = "0.2.39" }
2020
clap = { version = "4", features = ["derive", "env"] }
2121
toml = "1.0"
2222
serde = { version = "1", features = ["derive"] }

crates/tokf-common/CHANGELOG.md

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

3+
## [0.2.39](https://github.com/mpecan/tokf/compare/tokf-common-v0.2.38...tokf-common-v0.2.39) (2026-03-26)
4+
5+
6+
### Miscellaneous
7+
8+
* **tokf-common:** Synchronize workspace versions
9+
310
## [0.2.38](https://github.com/mpecan/tokf/compare/tokf-common-v0.2.37...tokf-common-v0.2.38) (2026-03-25)
411

512

crates/tokf-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tokf-common"
3-
version = "0.2.38"
3+
version = "0.2.39"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

crates/tokf-filter/CHANGELOG.md

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

3+
## [0.2.39](https://github.com/mpecan/tokf/compare/tokf-filter-v0.2.38...tokf-filter-v0.2.39) (2026-03-26)
4+
5+
6+
### Miscellaneous
7+
8+
* **tokf-filter:** Synchronize workspace versions
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* tokf-common bumped from 0.2.38 to 0.2.39
16+
317
## [0.2.38](https://github.com/mpecan/tokf/compare/tokf-filter-v0.2.37...tokf-filter-v0.2.38) (2026-03-25)
418

519

crates/tokf-filter/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tokf-filter"
3-
version = "0.2.38"
3+
version = "0.2.39"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true
@@ -10,7 +10,7 @@ keywords = ["llm", "cli", "tokens", "ai", "context-window"]
1010
categories = ["command-line-utilities", "development-tools"]
1111

1212
[dependencies]
13-
tokf-common = { path = "../tokf-common", version = "0.2.38" }
13+
tokf-common = { path = "../tokf-common", version = "0.2.39" }
1414
regex = "1"
1515
anyhow = "1"
1616
serde = { version = "1", features = ["derive"] }
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.2.39](https://github.com/mpecan/tokf/compare/tokf-hook-types-v0.2.38...tokf-hook-types-v0.2.39) (2026-03-26)
4+
5+
6+
### Features
7+
8+
* 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))

0 commit comments

Comments
 (0)