From 85182b7fcf5f6fb15bb592d8299447de5d5073f2 Mon Sep 17 00:00:00 2001 From: Mads Hougesen Date: Wed, 23 Oct 2024 02:51:41 +0200 Subject: [PATCH] chore: bump version to 0.0.6 --- 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 f0dcd44..e570cde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). #### [v0.0.5](https://github.com/hougesen/kdlfmt/compare/v0.0.4...v0.0.5) +> 23 October 2024 + - build(deps): upgrade clap_complete to 4.5.33 [`#45`](https://github.com/hougesen/kdlfmt/pull/45) - build(deps): bump clap to 4.5.20 [`#44`](https://github.com/hougesen/kdlfmt/pull/44) - build(deps): upgrade kdl to 6.0.0-alpha.1 [`#43`](https://github.com/hougesen/kdlfmt/pull/43) @@ -16,6 +18,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - build(deps): bump clap_complete from 4.5.24 to 4.5.28 [`#40`](https://github.com/hougesen/kdlfmt/pull/40) - build(deps): bump clap_complete from 4.5.17 to 4.5.24 [`#39`](https://github.com/hougesen/kdlfmt/pull/39) - chore: bump dev version to v0.0.5 [`ae92599`](https://github.com/hougesen/kdlfmt/commit/ae925995b573e620072dffa9c8e479f3fea21854) +- chore: prepare release [`f89173d`](https://github.com/hougesen/kdlfmt/commit/f89173d2a765e93a2414d7f3393d2794fa9e03dc) #### [v0.0.4](https://github.com/hougesen/kdlfmt/compare/v0.0.3...v0.0.4) diff --git a/Cargo.lock b/Cargo.lock index a41a583..872d5b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -259,7 +259,7 @@ dependencies = [ [[package]] name = "kdlfmt" -version = "0.0.5" +version = "0.0.6" dependencies = [ "clap", "clap_complete", diff --git a/Cargo.toml b/Cargo.toml index 5847296..05931b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kdlfmt" -version = "0.0.5" +version = "0.0.6" edition = "2021" description = "A code formatter for kdl documents." authors = ["Mads Hougesen "]