Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions crates/stackable-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.1.1] - 2026-02-06

Note: There are only dependency bumps in this release

## [0.1.0] - 2025-10-06

### Changed
Expand Down
2 changes: 1 addition & 1 deletion crates/stackable-shared/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stackable-shared"
version = "0.1.0"
version = "0.1.1"
authors.workspace = true
license.workspace = true
edition.workspace = true
Expand Down
4 changes: 4 additions & 0 deletions crates/stackable-telemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.6.4] - 2026-02-06

Note: There are only dependency bumps in this release

## [0.6.3] - 2026-03-30

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion crates/stackable-telemetry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stackable-telemetry"
version = "0.6.3"
version = "0.6.4"
authors.workspace = true
license.workspace = true
edition.workspace = true
Expand Down
Loading