Skip to content

Commit

Permalink
Merge pull request #375 from rgallor/prepare-0.8.1
Browse files Browse the repository at this point in the history
Prepare release v0.8.1
  • Loading branch information
harlem88 authored Jun 10, 2024
2 parents 0072648 + 0656819 commit 554a9c5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 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.8.1] - 2024-06-10

### Changed

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.

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# SPDX-License-Identifier: CC0-1.0
[package]
name = "edgehog-device-runtime"
version = "0.8.0"
version = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
rust-version = { workspace = true }
Expand All @@ -22,6 +22,7 @@ members = [
]

[workspace.package]
version = "0.8.1"
edition = "2021"
homepage = "https://github.com/edgehog-device-manager/edgehog-device-runtime"
rust-version = "1.72.0"
Expand Down Expand Up @@ -82,7 +83,7 @@ bytes = "1.5.0"
clap = "4.3.24"
displaydoc = "0.2.4"
edgehog-device-forwarder-proto = "0.1.0"
edgehog-forwarder = { package = "edgehog-device-runtime-forwarder", path = "./edgehog-device-runtime-forwarder", version = "=0.1.0" }
edgehog-forwarder = { package = "edgehog-device-runtime-forwarder", path = "./edgehog-device-runtime-forwarder", version = "=0.8.1" }
env_logger = "0.11.3"
futures = "0.3.30"
hex = "0.4.3"
Expand Down
2 changes: 1 addition & 1 deletion edgehog-device-runtime-forwarder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "edgehog-device-runtime-forwarder"
version = "0.1.0"
version = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
rust-version = { workspace = true }
Expand Down

0 comments on commit 554a9c5

Please sign in to comment.