Skip to content

Commit 9b71b83

Browse files
committed
Release 0.3.1
1 parent 52f8c92 commit 9b71b83

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.3.1] - 2025-02-03
810
### Added
911
- Add internal flag to strip trailing component from dotted-path project IDs.
1012

@@ -80,6 +82,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
8082
### Added
8183
- Initial release
8284

85+
[0.3.1]: https://github.com/isambard-sc/conch/releases/tag/0.3.1
8386
[0.3.0]: https://github.com/isambard-sc/conch/releases/tag/0.3.0
8487
[0.2.0]: https://github.com/isambard-sc/conch/releases/tag/0.2.0
8588
[0.1.9]: https://github.com/isambard-sc/conch/releases/tag/0.1.9

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

0 commit comments

Comments
 (0)