Skip to content

Commit 5abdffd

Browse files
committed
chore: version bump to v4.0.8
Version bump to 4.0.8 with Docker registry migration and bug fixes. Changes: - Synced version to 4.0.8 across all language packages - Docker registry migration from Docker Hub to GitHub Container Registry - Fixed Ruby CI cache cleanup issues - Fixed C# HtmlConversionOptions serialization - Fixed Python type completions with .pyi stub file - Fixed Homebrew bottle checksum mismatches
1 parent 14c89bf commit 5abdffd

File tree

60 files changed

+103
-116
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+103
-116
lines changed

.task/tools/version-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ tasks:
99
sync:
1010
desc: Sync version from Cargo.toml to all package manifests
1111
cmds:
12-
- uv run python scripts/sync_versions.py
12+
- uv run --no-project python scripts/sync_versions.py

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased]
1111

12+
---
13+
14+
## [4.0.8] - 2026-01-17
15+
1216
### Changed
1317

1418
#### Docker
@@ -20,10 +24,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2024
- Updated all documentation, examples, and test configurations
2125
- Images remain publicly accessible and support linux/amd64 and linux/arm64
2226

23-
---
24-
25-
## [4.0.8] - 2026-01-17
26-
2727
### Fixed
2828

2929
#### CI/CD

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ kreuzberg = { path = "crates/kreuzberg" }
2222
kreuzberg-tesseract = { path = "crates/kreuzberg-tesseract" }
2323

2424
[workspace.package]
25-
version = "4.0.7"
25+
version = "4.0.8"
2626
edition = "2024"
2727
rust-version = "1.91"
2828
authors = ["Na'aman Hirschfeld <nhirschfeld@gmail.com>"]

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "kreuzberg/kreuzberg",
33
"description": "High-performance document intelligence for PHP. Extract text, metadata, and structured information from PDFs, Office documents, images, and 56 formats. Powered by Rust core for 10-50x speed improvements.",
4-
"version": "4.0.7",
4+
"version": "4.0.8",
55
"type": "php-ext",
66
"license": "MIT",
77
"keywords": [

crates/kreuzberg-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keywords = ["document", "extraction", "cli", "tool", "parser"]
1313
categories = ["command-line-utilities", "text-processing"]
1414

1515
[dependencies]
16-
kreuzberg = { path = "../kreuzberg", version = "4.0.7", features = ["cli", "bundled-pdfium"] }
16+
kreuzberg = { path = "../kreuzberg", version = "4.0.8", features = ["cli", "bundled-pdfium"] }
1717
clap = { workspace = true }
1818
tokio = { workspace = true }
1919
anyhow = { workspace = true }

crates/kreuzberg-node/npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kreuzberg/node-darwin-arm64",
3-
"version": "4.0.7",
3+
"version": "4.0.8",
44
"cpu": [
55
"arm64"
66
],

crates/kreuzberg-node/npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kreuzberg/node-darwin-x64",
3-
"version": "4.0.7",
3+
"version": "4.0.8",
44
"cpu": [
55
"x64"
66
],

crates/kreuzberg-node/npm/linux-arm-gnueabihf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kreuzberg/node-linux-arm-gnueabihf",
3-
"version": "4.0.7",
3+
"version": "4.0.8",
44
"cpu": [
55
"arm"
66
],

crates/kreuzberg-node/npm/linux-arm64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kreuzberg/node-linux-arm64-gnu",
3-
"version": "4.0.7",
3+
"version": "4.0.8",
44
"cpu": [
55
"arm64"
66
],

0 commit comments

Comments
 (0)