Skip to content

Commit b13d728

Browse files
authored
Release: quilt_rs@0.24 and QuiltSync@0.9.8 (#418)
1 parent 72f68c0 commit b13d728

5 files changed

Lines changed: 8 additions & 7 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.

quilt-rs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
-->
66
# Changelog
77

8-
## [0.24.0-alpha.1] - 2025-12-29
8+
## [v0.24.0](https://crates.io/crates/quilt-rs/0.24.0) - 2025-12-30
99

1010
### Fixed
1111

quilt-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ documentation = "https://docs.quiltdata.com"
55
homepage = "https://www.quiltdata.com"
66

77
# Inherit from workspace
8-
version = "0.24.0-alpha.1"
8+
version = "0.24.0"
99
edition.workspace = true
1010
license.workspace = true
1111
repository.workspace = true

quilt-sync/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
-->
77
# Changelog
88

9-
## [0.9.8-alpha.1] - 2025-12-29
9+
## [v0.9.8](https://github.com/quiltdata/QuiltSync/releases/tag/v0.9.8) - 2025-12-30
1010

1111
### Added
1212

@@ -27,7 +27,8 @@
2727

2828
### quilt-rs
2929

30-
- Updated from v0.21.1 to [0.24.0-alpha.1] (see [../quilt-rs/CHANGELOG.md#0.24.0-alpha.1](../quilt-rs/CHANGELOG.md#0.24.0-alpha.1))
30+
- Updated from v0.21.1 to [v0.24.0](https://crates.io/crates/quilt-rs/0.24.0)
31+
(see [../quilt-rs/CHANGELOG.md#v0.24.0](../quilt-rs/CHANGELOG.md#v0.24.0))
3132
- Fixed `quilt+s3://` URL parsing with `:tag` syntax
3233
- Fixed hash mismatch for packages with diacritic characters
3334
- Support for reading manifest with CRC64/NVMe checksums

quilt-sync/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quilt-sync"
3-
version = "0.9.8-alpha.1"
3+
version = "0.9.8"
44
authors = ["Quilt Data, Inc."]
55
description = "Cross-platform desktop application for editing Quilt data packages"
66
documentation = "https://docs.quiltdata.com"

0 commit comments

Comments
 (0)