Skip to content

Commit

Permalink
Merge pull request #25 from swarmd-io/release-plz-2023-12-07T15-30-28Z
Browse files Browse the repository at this point in the history
chore: release
  • Loading branch information
Miaxos authored Dec 7, 2023
2 parents 8c29816 + 7dc31f6 commit c31e82f
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 7 deletions.
8 changes: 4 additions & 4 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 @@ -63,7 +63,7 @@ deno_websocket = "0.131"
swarmd_instruments = { version = "0.1", path = "./lib/instruments" }
swarmd_generated = { version = "0.1.1-alpha.2", path = "./lib/swarmd-generated" }
swarmd_slug-rs = { version = "0.1.1-alpha.2", path = "./lib/slug-rs" }
swarmd_local_runtime = { version = "0.0.3", path = "./lib/swarmd_local_runtime" }
swarmd_local_runtime = { version = "0.0", path = "./lib/swarmd_local_runtime" }

[profile.dev]
panic = "abort"
Expand Down
5 changes: 5 additions & 0 deletions cli/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.1.15](https://github.com/swarmd-io/swarmd/compare/swarmd-v0.1.14...swarmd-v0.1.15) - 2023-12-07

### Added
- add socket upgrade

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

### Other
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.14"
version = "0.1.15"
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.4](https://github.com/swarmd-io/swarmd/compare/swarmd_local_runtime-v0.0.3...swarmd_local_runtime-v0.0.4) - 2023-12-07

### Added
- add socket upgrade

## [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
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.3"
version = "0.0.4"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down

0 comments on commit c31e82f

Please sign in to comment.