Skip to content

Commit 195d3a2

Browse files
committed
Release 0.1.7
1 parent 5d7b014 commit 195d3a2

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55
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).
66

77
## Unreleased
8+
9+
## [0.1.7] - 2024-09-09
810
### Changed
911
- [helm] Only trigger reinstall if actual data in ConfigMap changes.
1012

@@ -52,6 +54,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5254
### Added
5355
- Initial release
5456

57+
[0.1.7]: https://github.com/isambard-sc/conch/releases/tag/0.1.7
5558
[0.1.6]: https://github.com/isambard-sc/conch/releases/tag/0.1.6
5659
[0.1.5]: https://github.com/isambard-sc/conch/releases/tag/0.1.5
5760
[0.1.4]: https://github.com/isambard-sc/conch/releases/tag/0.1.4

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[package]
55
name = "conch"
6-
version = "0.1.6"
6+
version = "0.1.7"
77
edition = "2021"
88
license = "MIT"
99
build = "build.rs"

0 commit comments

Comments
 (0)