Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Griffon <1060101+Miaxos@users.noreply.github.com>
  • Loading branch information
Miaxos committed Dec 7, 2023
1 parent 7e63bf7 commit 35e74ed
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
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.

6 changes: 6 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.14](https://github.com/swarmd-io/swarmd/compare/swarmd-v0.1.13...swarmd-v0.1.14) - 2023-12-07

### Other
- update dependencies
- update Dependencies and try to fix release ci for linux

## [0.1.13](https://github.com/swarmd-io/swarmd/compare/swarmd-v0.1.12...swarmd-v0.1.13) - 2023-12-06

### Added
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "swarmd"
version = "0.1.13"
version = "0.1.14"
edition = "2021"
description = "Swarmd CLI"
authors = ["Swarmd Team"]
Expand Down
5 changes: 5 additions & 0 deletions lib/swarmd_local_runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.3](https://github.com/swarmd-io/swarmd/compare/swarmd_local_runtime-v0.0.2...swarmd_local_runtime-v0.0.3) - 2023-12-07

### Other
- update Dependencies and try to fix release ci for linux

## [0.0.2](https://github.com/swarmd-io/swarmd/releases/tag/swarmd_local_runtime-v0.0.2) - 2023-12-06

### Other
Expand Down
2 changes: 1 addition & 1 deletion lib/swarmd_local_runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "swarmd_local_runtime"
version = "0.0.2"
version = "0.0.3"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down

0 comments on commit 35e74ed

Please sign in to comment.