Skip to content

Commit 84912b6

Browse files
authored
Merge pull request #426 from joshuachp/release/v0.9.6
chore(prepare): release v0.9.6
2 parents a5eae23 + 57d9219 commit 84912b6

File tree

5 files changed

+12
-8
lines changed

5 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project
66
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [unreleased]
8+
## [0.9.6] - 2025-03-06
99

1010
### Changed
1111

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ members = [
4141
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
4242

4343
[workspace.package]
44-
version = "0.9.5"
44+
version = "0.9.6"
4545
edition = "2021"
4646
homepage = "https://astarte.cloud/"
4747
license = "Apache-2.0"
@@ -120,8 +120,8 @@ all-features = true
120120
rustc-args = ["--cfg=docsrs"]
121121

122122
[workspace.dependencies]
123-
astarte-device-sdk = { path = "./", version = "=0.9.5" }
124-
astarte-device-sdk-derive = { version = "=0.9.5", path = "./astarte-device-sdk-derive" }
123+
astarte-device-sdk = { path = "./", version = "=0.9.6" }
124+
astarte-device-sdk-derive = { version = "=0.9.6", path = "./astarte-device-sdk-derive" }
125125
astarte-message-hub-proto = "0.7.0"
126126
async-trait = "0.1.67"
127127
base64 = "0.22.0"

astarte-device-sdk-derive/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project
66
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.9.6] - 2025-03-06
9+
810
## [0.9.5] - 2025-03-04
911

1012
## [0.9.4] - 2025-02-27

astarte-device-sdk-mock/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project
66
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.9.6] - 2025-03-06
9+
810
## [0.9.5] - 2025-03-04
911

1012
## [0.9.4] - 2025-02-27

0 commit comments

Comments
 (0)