From a2036838de4ba437c079ce0e5d6add2303cb0f1c Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 18 Feb 2023 15:19:42 +0100 Subject: [PATCH] Release dagger-rs v0.2.6 --- CHANGELOG.md | 24 +++++++++++++++++++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 25 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 066cb54..eb56f25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,32 @@ 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). -## v0.2.6 (2023-02-17) +## v0.2.6 (2023-02-18) With smart releaser +### Bug Fixes + + - cleanup + +### Commit Statistics + + + + - 1 commit contributed to the release. + - 1 commit was understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - cleanup ([`4ebe0d1`](https://github.com/kjuulh/dagger-rs/commit/4ebe0d12b50028a8b79d8c76a2257c9c2b7b3429)) +
+ ## v0.2.5 (2023-02-18) ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index e417faf..0123947 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -305,7 +305,7 @@ dependencies = [ [[package]] name = "dagger-rs" -version = "0.2.5" +version = "0.2.6" dependencies = [ "clap", "color-eyre", diff --git a/Cargo.toml b/Cargo.toml index d945ed9..bb5da4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dagger-rs" -version = "0.2.5" +version = "0.2.6" edition = "2021" readme = "README.md" license-file = "LICENSE.MIT"