Skip to content

Commit

Permalink
Prepare release v0.5.4 (#343)
Browse files Browse the repository at this point in the history
* chore(release): prepare release v0.5.4

Signed-off-by: rgallor <[email protected]>
Signed-off-by: Antonio Gisondi <[email protected]>
  • Loading branch information
harlem88 committed May 24, 2024
1 parent f6f7cc3 commit 21a4f02
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.5.4] - 2024-05-22
### Fixed
- Purge property deletes only the server property [#342](https://github.com/astarte-platform/astarte-device-sdk-rust/pull/342)

Expand Down
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: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

[package]
name = "astarte-device-sdk"
version = "0.5.3"
version = "0.5.4"
documentation = "https://docs.rs/astarte-device-sdk"
edition = "2021"
homepage = "https://astarte.cloud/"
Expand All @@ -20,7 +20,7 @@ description = "A library that provides communication and pairing primitives to a
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
astarte-device-sdk-derive = { version = "=0.5.3", optional = true, path = "./astarte-device-sdk-derive" }
astarte-device-sdk-derive = { version = "=0.5.4", optional = true, path = "./astarte-device-sdk-derive" }
async-trait = "0.1.51"
base64 = "0.21.0"
bson = { version = "2.0.0", features = ["chrono-0_4"] }
Expand Down
2 changes: 2 additions & 0 deletions astarte-device-sdk-derive/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.5.4] - 2024-05-22

## [0.5.3] - 2024-03-20

## [0.5.2] - 2024-01-30
Expand Down
2 changes: 1 addition & 1 deletion astarte-device-sdk-derive/Cargo.lock

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

2 changes: 1 addition & 1 deletion astarte-device-sdk-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

[package]
name = "astarte-device-sdk-derive"
version = "0.5.3"
version = "0.5.4"
documentation = "https://docs.rs/astarte-device-sdk-derive"
edition = "2021"
homepage = "https://astarte.cloud/"
Expand Down

0 comments on commit 21a4f02

Please sign in to comment.