Skip to content

Commit 80d6d82

Browse files
authored
Merge pull request #23 from swarmd-io/release-plz-2023-12-06T18-41-52Z
chore(swarmd): release v0.1.13
2 parents bc00ccb + 9393052 commit 80d6d82

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.1.13](https://github.com/swarmd-io/swarmd/compare/swarmd-v0.1.12...swarmd-v0.1.13) - 2023-12-06
10+
11+
### Added
12+
- add install script
13+
14+
### Fixed
15+
- create directory if it doesn't exist
16+
917
## [0.1.12](https://github.com/swarmd-io/swarmd/compare/swarmd-v0.1.11...swarmd-v0.1.12) - 2023-12-06
1018

1119
### Fixed

cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "swarmd"
3-
version = "0.1.12"
3+
version = "0.1.13"
44
edition = "2021"
55
description = "Swarmd CLI"
66
authors = ["Swarmd Team"]

0 commit comments

Comments
 (0)