From d0e1dd5fa3893471d2ae5e2606d85ed5d1f47c46 Mon Sep 17 00:00:00 2001 From: Jessica Black Date: Mon, 16 Dec 2024 12:22:12 -0800 Subject: [PATCH] chore(release): v0.4.0 (#7) --- CHANGELOG.md | 12 ++++++++++++ bin/Cargo.toml | 2 +- bin/release.toml | 2 +- lib/Cargo.toml | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74b1208..fc1e52d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.4.0](https://github.com/fossas/circe/releases/tag/0.4.0) + +_Released: 2024-12-16_ + +### 🚀 Features + +- Support docker-like references ([#6](https://github.com/fossas/circe/issues/6)) + +### ⚙️ Miscellaneous Tasks + +- *(ci)* Faster builds ([#5](https://github.com/fossas/circe/issues/5)) + ## [v0.3.3](https://github.com/fossas/circe/releases/tag/v0.3.3) _Released: 2024-12-14_ diff --git a/bin/Cargo.toml b/bin/Cargo.toml index 37ae668..c676abd 100644 --- a/bin/Cargo.toml +++ b/bin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "circe" -version = "0.3.3" +version = "0.4.0" edition = "2021" authors = ["Jessica Black ", "FOSSA Inc. "] description = "Extracts and examines the contents of containers" diff --git a/bin/release.toml b/bin/release.toml index 7ff61d8..e9e4045 100644 --- a/bin/release.toml +++ b/bin/release.toml @@ -1,3 +1,3 @@ tag-prefix = "" shared-version = true -pre-release-hook = ["git", "cliff", "--workdir", "..", "--tag", "{{version}}" ] +pre-release-hook = ["git", "cliff", "--workdir", "..", "-o", "../CHANGELOG.md", "--tag", "{{version}}" ] diff --git a/lib/Cargo.toml b/lib/Cargo.toml index b2db477..31767ea 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "circe_lib" -version = "0.3.3" +version = "0.4.0" edition = "2021" authors = ["Jessica Black ", "FOSSA Inc. "] description = "Extracts and examines the contents of containers"