Skip to content

Commit

Permalink
Merge pull request #316 from joshuachp/release/v0.6.5
Browse files Browse the repository at this point in the history
chore: prepare release v0.6.5
  • Loading branch information
harlem88 authored Apr 8, 2024
2 parents cea729b + c76c4bb commit 7c7dc88
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.6.5] - 2024-04-08
### Fixed
- Delete all interface's properties, using the correct mapping, when an
interface is removed
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.4"
version = "0.6.5"
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.4", optional = true, path = "./astarte-device-sdk-derive" }
astarte-device-sdk-derive = { version = "=0.6.5", 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.5] - 2024-04-08

## [0.6.4] - 2024-03-20

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

0 comments on commit 7c7dc88

Please sign in to comment.