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"