Skip to content

Commit

Permalink
Merge pull request #41 from joshuachp/release/v0.6.1
Browse files Browse the repository at this point in the history
Prepare release v0.6.1
  • Loading branch information
harlem88 authored Dec 21, 2023
2 parents 786309d + 4e59ac0 commit 9cbea5a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ 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.1] - 2023-12-21

### Changed

- Rust: lower the minimum bound for the library dependencies

## [0.6.0] - 2023-12-13

Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
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.6.0"
version = "0.6.1"
authors = [
{ name = "Simone Orru", email = "[email protected]" }
]
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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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

0 comments on commit 9cbea5a

Please sign in to comment.