Skip to content

Commit ca9533f

Browse files
committed
Release v0.1.4
Signed-off-by: Fabrice Desclaux <fabrice.desclaux@cea.fr>
1 parent e9e1b31 commit ca9533f

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.4] - 2023-05-31
11+
1012
### Changed
1113
- extern-img-source short version is '-k' for all binaries
1214
- remove duplicate '-c' option for client/proxy/server

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sanzu-broker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sanzu_broker"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
authors = ["Fabrice Desclaux <fabrice.desclaux@cea.fr>"]
55
edition = "2018"
66
readme = "README.md"

sanzu-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sanzu-common"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
authors = ["Fabrice Desclaux <fabrice.desclaux@cea.fr>"]
55
edition = "2018"
66
description = "Sanzu helper code"

sanzu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sanzu"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
authors = ["Fabrice Desclaux <fabrice.desclaux@cea.fr>"]
55
edition = "2018"
66
readme = "README.md"

0 commit comments

Comments
 (0)