Skip to content

Commit

Permalink
Release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 15, 2024
1 parent fb602e8 commit 3b1e940
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
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).

## Unreleased

## [0.1.2] - 2024-08-15
### Changed
- Port to new claims format and change cetificate response to match. Now version 2.
- Filter out irrelevant platforms.
Expand All @@ -24,5 +26,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Added
- Initial release

[0.1.2]: https://github.com/isambard-sc/conch/releases/tag/0.1.2
[0.1.1]: https://github.com/isambard-sc/conch/releases/tag/0.1.1
[0.1.0]: https://github.com/isambard-sc/conch/releases/tag/0.1.0
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "conch"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
license = "MIT"
build = "build.rs"
Expand Down

0 comments on commit 3b1e940

Please sign in to comment.