Skip to content

Commit

Permalink
Merge pull request #385 from joshuachp/release/v0.9.1
Browse files Browse the repository at this point in the history
chore(release): prepare release v0.9.1
  • Loading branch information
harlem88 authored Sep 25, 2024
2 parents dcc0457 + 122e91b commit bf35d4f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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.9.1] - 2024-09-25

### Changed

Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ members = [
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[workspace.package]
version = "0.9.0"
version = "0.9.1"
edition = "2021"
homepage = "https://astarte.cloud/"
license = "Apache-2.0"
Expand Down Expand Up @@ -107,8 +107,8 @@ all-features = true
rustc-args = ["--cfg=docsrs"]

[workspace.dependencies]
astarte-device-sdk = { path = "./", version = "=0.9.0" }
astarte-device-sdk-derive = { version = "=0.9.0", path = "./astarte-device-sdk-derive" }
astarte-device-sdk = { path = "./", version = "=0.9.1" }
astarte-device-sdk-derive = { version = "=0.9.1", path = "./astarte-device-sdk-derive" }
astarte-message-hub-proto = "0.7.0"
async-trait = "0.1.67"
base64 = "0.22.0"
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 @@ -5,6 +5,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.9.1] - 2024-09-25

## [0.9.0] - 2024-09-24

### Changed
Expand Down
2 changes: 2 additions & 0 deletions astarte-device-sdk-mock/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,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.9.1] - 2024-09-25

## [0.9.0] - 2024-09-24

## [0.8.4] - 2024-09-11
Expand Down

0 comments on commit bf35d4f

Please sign in to comment.