From f01caf2ab51bbd6aa127af55366d15b08b88a5b9 Mon Sep 17 00:00:00 2001 From: Xi Xiao Date: Fri, 17 Jan 2025 15:46:34 +0200 Subject: [PATCH] chore(main): release 0.3.0 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf0ba4ec..b9536227 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/xixiaofinland/afmt/compare/v0.2.0...v0.3.0) (2025-01-17) + + +### Features + +* stream line version management ([#53](https://github.com/xixiaofinland/afmt/issues/53)) ([4a6f8b9](https://github.com/xixiaofinland/afmt/commit/4a6f8b9c07362b77b24304c8c8f8ca9cea9608e6)) + ## [0.2.0](https://github.com/xixiaofinland/afmt/compare/v0.1.0...v0.2.0) (2025-01-17) diff --git a/Cargo.lock b/Cargo.lock index c701e7b0..a6fd10f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "afmt" -version = "0.2.0" +version = "0.3.0" dependencies = [ "clap", "log", diff --git a/Cargo.toml b/Cargo.toml index 7ef34152..a6fdee51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "afmt" -version = "0.2.0" +version = "0.3.0" edition = "2021" description = "An Salesforce Apex lang formatter" license = "MIT OR Apache-2.0"