Skip to content

Commit

Permalink
Merge pull request #348 from rgallor/prepare-0.6.6
Browse files Browse the repository at this point in the history
Prepare release v0.6.6
  • Loading branch information
harlem88 authored May 27, 2024
2 parents e4cd28a + 3976ad7 commit 585c560
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
2 changes: 2 additions & 0 deletions 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.6.6] - 2024-05-27

## [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.6.5"
version = "0.6.6"
documentation = "https://docs.rs/astarte-device-sdk"
edition = "2021"
homepage = "https://astarte.cloud/"
Expand All @@ -24,7 +24,7 @@ name = "benchmark"
harness = false

[dependencies]
astarte-device-sdk-derive = { version = "=0.6.5", optional = true, path = "./astarte-device-sdk-derive" }
astarte-device-sdk-derive = { version = "=0.6.6", optional = true, path = "./astarte-device-sdk-derive" }
async-trait = "0.1.2"
base64 = "0.21.0"
bson = { version = "2.1.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.6.6] - 2024-05-27

## [0.5.4] - 2024-05-22

## [0.6.5] - 2024-04-08
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.6.5"
version = "0.6.6"
documentation = "https://docs.rs/astarte-device-sdk-derive"
edition = "2021"
homepage = "https://astarte.cloud/"
Expand Down

0 comments on commit 585c560

Please sign in to comment.