Skip to content

Commit f6ec283

Browse files
authored
chore: Release stackable-shared 0.1.1 and stackable-telemetry 0.6.4 (#1215)
* chore: Release stackable-shared 0.1.1 and stackable-telemetry 0.6.4 * Fix date
1 parent 1333d63 commit f6ec283

5 files changed

Lines changed: 12 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/stackable-shared/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.1.1] - 2026-06-03
8+
9+
Note: There are only dependency bumps in this release
10+
711
## [0.1.0] - 2025-10-06
812

913
### Changed

crates/stackable-shared/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stackable-shared"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors.workspace = true
55
license.workspace = true
66
edition.workspace = true

crates/stackable-telemetry/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.6.4] - 2026-06-03
8+
9+
Note: There are only dependency bumps in this release
10+
711
## [0.6.3] - 2026-03-30
812

913
### Fixed

crates/stackable-telemetry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stackable-telemetry"
3-
version = "0.6.3"
3+
version = "0.6.4"
44
authors.workspace = true
55
license.workspace = true
66
edition.workspace = true

0 commit comments

Comments
 (0)