Skip to content

File tree

4 files changed

+26
-20
lines changed

4 files changed

+26
-20
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
66
and is generated by [Changie](https://github.com/miniscruff/changie).
77

8+
## 0.31.0 (2025-08-19)
9+
10+
### Notice
11+
12+
*
13+
814
## v0.30.1 (2025-07-16)
915

1016
### Notice

Cargo.lock

Lines changed: 18 additions & 18 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
@@ -24,7 +24,7 @@ members = [
2424
]
2525

2626
[workspace.package]
27-
version = "0.31.0-rc.1"
27+
version = "0.31.0-rc.2"
2828
edition = "2021"
2929
authors = ["TabbyML Team"]
3030
homepage = "https://github.com/TabbyML/tabby"

crates/tabby-download/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tabby-download"
3-
version = "0.31.0-rc.1"
3+
version = "0.31.0-rc.2"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)