Skip to content

Commit

Permalink
Merge pull request #282 from joshuachp/release/v0.6.3
Browse files Browse the repository at this point in the history
Prepare release v0.6.3
  • Loading branch information
harlem88 authored Feb 13, 2024
2 parents 5dbd047 + 9ad871a commit 510a073
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 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.3] - 2024-02-13

## [0.5.2] - 2024-01-30
### Added
- Expose the MQTT connection timeout option.
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.

2 changes: 1 addition & 1 deletion 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.2"
version = "0.6.3"
documentation = "https://docs.rs/astarte-device-sdk"
edition = "2021"
homepage = "https://astarte.cloud/"
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.3] - 2024-02-13

## [0.5.2] - 2024-01-30

## [0.6.2] - 2023-10-19
Expand Down
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.2"
version = "0.6.3"
documentation = "https://docs.rs/astarte-device-sdk-derive"
edition = "2021"
homepage = "https://astarte.cloud/"
Expand Down

0 comments on commit 510a073

Please sign in to comment.