From a856ee6ebd05ab3aa82d88fba52f6ba4c8b1a793 Mon Sep 17 00:00:00 2001
From: Jake Shadle <jake.shadle@embark-studios.com>
Date: Wed, 26 Jun 2024 23:43:58 +0200
Subject: [PATCH] Release 0.12.1

---
 CHANGELOG.md | 4 +++-
 Cargo.lock   | 2 +-
 Cargo.toml   | 2 +-
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 74a17b8..1b91ab1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 <!-- next-header -->
 ## [Unreleased] - ReleaseDate
+## [0.12.1] - 2024-06-26
 ### Changed
 - [PR#65](https://github.com/EmbarkStudios/tame-index/pull/65) updated `toml-span` -> 0.3.0.
 
@@ -204,7 +205,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 - Initial crate squat
 
 <!-- next-url -->
-[Unreleased]: https://github.com/EmbarkStudios/tame-index/compare/0.12.0...HEAD
+[Unreleased]: https://github.com/EmbarkStudios/tame-index/compare/0.12.1...HEAD
+[0.12.1]: https://github.com/EmbarkStudios/tame-index/compare/0.12.0...0.12.1
 [0.12.0]: https://github.com/EmbarkStudios/tame-index/compare/0.11.1...0.12.0
 [0.11.1]: https://github.com/EmbarkStudios/tame-index/compare/0.11.0...0.11.1
 [0.11.0]: https://github.com/EmbarkStudios/tame-index/compare/0.10.0...0.11.0
diff --git a/Cargo.lock b/Cargo.lock
index 8a20d72..986f260 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1972,7 +1972,7 @@ dependencies = [
 
 [[package]]
 name = "tame-index"
-version = "0.12.0"
+version = "0.12.1"
 dependencies = [
  "bytes",
  "camino",
diff --git a/Cargo.toml b/Cargo.toml
index 9b2a882..3fe5b7b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "tame-index"
-version = "0.12.0"
+version = "0.12.1"
 edition = "2021"
 rust-version = "1.67.0"
 description = "Provides access to local and remote cargo registry indices"