Skip to content

Commit 46d52a4

Browse files
committed
Release 0.2.0
1 parent 4e101b2 commit 46d52a4

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.2.0] - 2024-11-05
810
### Changed
911
- Make the claim→principal mapping configurable.
1012
There is no longer any default mapper so no principals will be set unless you set one in the config.
@@ -68,6 +70,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6870
### Added
6971
- Initial release
7072

73+
[0.2.0]: https://github.com/isambard-sc/conch/releases/tag/0.2.0
7174
[0.1.9]: https://github.com/isambard-sc/conch/releases/tag/0.1.9
7275
[0.1.8]: https://github.com/isambard-sc/conch/releases/tag/0.1.8
7376
[0.1.7]: https://github.com/isambard-sc/conch/releases/tag/0.1.7

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.9"
6+
version = "0.2.0"
77
edition = "2021"
88
license = "MIT"
99
build = "build.rs"

0 commit comments

Comments
 (0)