From 3b1e940237c31e0e47277a1cbcd8311f961bb4e6 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 15 Aug 2024 13:10:23 +0000 Subject: [PATCH] Release 0.1.2 --- CHANGELOG.md | 3 +++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 130ac8d..0e3edab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 diff --git a/Cargo.lock b/Cargo.lock index c457a53..fbe8a75 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -364,7 +364,7 @@ checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0" [[package]] name = "conch" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index cb28445..a224768 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "conch" -version = "0.1.1" +version = "0.1.2" edition = "2021" license = "MIT" build = "build.rs"