Skip to content

Commit 9fd94cd

Browse files
committed
feat!: publish next major feature version 0.5.0
Release the 0.5.0 version of the project, incorporating the new quantization system and component support introduced in recent commits. This version is published for both the deepseek-ocr-cli and deepseek-ocr-server packages.
1 parent f224f1f commit 9fd94cd

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

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

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deepseek-ocr-cli"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
edition = "2024"
55

66
[dependencies]

crates/server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deepseek-ocr-server"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
edition = "2024"
55

66
[dependencies]

0 commit comments

Comments
 (0)