Skip to content

Commit

Permalink
Merge pull request #31 from harlem88/prepare-0.6
Browse files Browse the repository at this point in the history
Prepare v0.6.0 release
  • Loading branch information
sorru94 committed Dec 13, 2023
2 parents 170de61 + c75b228 commit 3ba9f65
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [Unreleased]
## [0.6.0] - 2023-12-13

### Added

Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Expand Up @@ -23,7 +23,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "astarte_message_hub_proto"
description="Astarte message hub protocol buffers for Python"
version = "0.5.1"
version = "0.6.0"
authors = [
{ name = "Simone Orru", email = "simone.orru@secomind.com" }
]
Expand Down
2 changes: 1 addition & 1 deletion rust/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 rust/astarte-message-hub-proto/Cargo.toml
Expand Up @@ -6,7 +6,7 @@

[package]
name = "astarte-message-hub-proto"
version = "0.5.1"
version = "0.6.0"
edition = { workspace = true }
rust-version = { workspace = true }
description ="Astarte message hub protocol buffers for Rust"
Expand Down

0 comments on commit 3ba9f65

Please sign in to comment.