From d47ad8a69028e4ee6eb9d42c3fd4c6e4bb3030f3 Mon Sep 17 00:00:00 2001 From: DeveloperC Date: Sun, 31 Mar 2024 02:20:43 +0100 Subject: [PATCH] chore: release 1.0.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 11fea0f..7dca81b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.0.0"} +{".":"1.0.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index c23b47a..355e7c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## 1.0.1 (2024-03-31) + +## What's Changed +* docs: removing useless release-please comments by @DeveloperC286 in https://github.com/DeveloperC286/starlingbanktechnicalchallenge/pull/89 +* ci: improved release-please commit title by @DeveloperC286 in https://github.com/DeveloperC286/starlingbanktechnicalchallenge/pull/91 +* build: upgrading to Earthly v0.8.1 by @DeveloperC286 in https://github.com/DeveloperC286/starlingbanktechnicalchallenge/pull/92 +* ci: limiting mirroring concurrency by @DeveloperC286 in https://github.com/DeveloperC286/starlingbanktechnicalchallenge/pull/93 +* docs: adding GitHub Release badge by @DeveloperC286 in https://github.com/DeveloperC286/starlingbanktechnicalchallenge/pull/94 +* docs: adding Conventional Commits badge by @DeveloperC286 in https://github.com/DeveloperC286/starlingbanktechnicalchallenge/pull/95 +* ci: fixing release-please pull request title by @DeveloperC286 in https://github.com/DeveloperC286/starlingbanktechnicalchallenge/pull/96 +* docs: updating CI badge URL by @DeveloperC286 in https://github.com/DeveloperC286/starlingbanktechnicalchallenge/pull/97 +* build: cargo install --locked by @DeveloperC286 in https://github.com/DeveloperC286/starlingbanktechnicalchallenge/pull/98 +* refactor: replacing tabs with spaces by @DeveloperC286 in https://github.com/DeveloperC286/starlingbanktechnicalchallenge/pull/99 + + +**Full Changelog**: https://github.com/DeveloperC286/starlingbanktechnicalchallenge/compare/v1.0.0...v1.0.1 + ## 1.0.0 (2024-01-23) ## What's Changed