Skip to content

Commit 009d984

Browse files
authored
Merge pull request #582 from astarte-platform/release-plz-2026-03-03T13-19-50Z
chore: release v0.13.0
2 parents a459ea3 + 587bce6 commit 009d984

File tree

5 files changed

+19
-9
lines changed

5 files changed

+19
-9
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,19 @@ All notable changes to this project will be documented in this file.
2525
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2626
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2727

28+
## [0.13.0](https://github.com/astarte-platform/astarte-device-sdk-rust/compare/v0.12.1...v0.13.0) - 2026-04-02
29+
30+
### Added
31+
32+
- _(derive)_ add rename attribute to the derive macros
33+
2834
## [0.12.1](https://github.com/astarte-platform/astarte-device-sdk-rust/compare/v0.12.0...v0.12.1) - 2026-03-03
2935

3036
### Fixed
3137

3238
- _(connection)_ reset the state of the properties
3339
- _(grpc)_ start disconnected for offline support
3440

35-
3641
## [0.12.0](https://github.com/astarte-platform/astarte-device-sdk-rust/compare/v0.11.3...v0.12.0) - 2026-03-02
3742

3843
### Added

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
@@ -27,7 +27,7 @@ members = [
2727
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2828

2929
[workspace.package]
30-
version = "0.12.1"
30+
version = "0.13.0"
3131
edition = "2024"
3232
homepage = "https://astarte.cloud/"
3333
license = "Apache-2.0"
@@ -167,8 +167,8 @@ all-features = true
167167
rustdoc-args = ["--cfg=astarte_device_sdk_docsrs"]
168168

169169
[workspace.dependencies]
170-
astarte-device-sdk = { path = "./", version = "=0.12.1" }
171-
astarte-device-sdk-derive = { version = "=0.12.1", path = "./astarte-device-sdk-derive" }
170+
astarte-device-sdk = { path = "./", version = "=0.13.0" }
171+
astarte-device-sdk-derive = { version = "=0.13.0", path = "./astarte-device-sdk-derive" }
172172
astarte-interfaces = "0.1.1"
173173
astarte-message-hub-proto = "0.10.1"
174174
astarte-message-hub-proto-mock = "0.10.1"

astarte-device-sdk-derive/CHANGELOG.md

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

28+
## [0.13.0](https://github.com/astarte-platform/astarte-device-sdk-rust/compare/astarte-device-sdk-derive-v0.12.1...astarte-device-sdk-derive-v0.13.0) - 2026-04-02
29+
30+
### Added
31+
32+
- _(derive)_ add rename attribute to the derive macros
2833

2934
## [0.12.0](https://github.com/astarte-platform/astarte-device-sdk-rust/compare/astarte-device-sdk-derive-v0.11.3...astarte-device-sdk-derive-v0.12.0) - 2026-03-02
3035

3136
### Other
3237

3338
- forward port release v0.11.3
3439

35-
3640
## [0.11.3](https://github.com/astarte-platform/astarte-device-sdk-rust/compare/astarte-device-sdk-derive-v0.11.2...astarte-device-sdk-derive-v0.11.3) - 2026-02-20
3741

3842
### Fixed

astarte-device-sdk-mock/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2626
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2727

2828

29+
2930
## [0.12.0](https://github.com/astarte-platform/astarte-device-sdk-rust/compare/astarte-device-sdk-mock-v0.11.3...astarte-device-sdk-mock-v0.12.0) - 2026-03-02
3031

3132
### Changed

0 commit comments

Comments
 (0)