From cb77fb55383aad67321c8c97442b1287902fc6a5 Mon Sep 17 00:00:00 2001 From: Xi Xiao Date: Fri, 17 Jan 2025 22:48:40 +0200 Subject: [PATCH] chore(main): release 0.4.0 --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9536227..69ac0412 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.4.0](https://github.com/xixiaofinland/afmt/compare/v0.3.0...v0.4.0) (2025-01-17) + + +### Features + +* add battle tests ([c57e16e](https://github.com/xixiaofinland/afmt/commit/c57e16ef9d260c0a01054190aadafa3b1f4b27b2)) +* set github actions into parallel jobs ([ffdbc3f](https://github.com/xixiaofinland/afmt/commit/ffdbc3fc9b4c67b7006a22a9ee7b00d6193951d3)) +* update CI script ([eea8ccd](https://github.com/xixiaofinland/afmt/commit/eea8ccd8237f7e5e675e50daab6d0810b82644c2)) + ## [0.3.0](https://github.com/xixiaofinland/afmt/compare/v0.2.0...v0.3.0) (2025-01-17) diff --git a/Cargo.lock b/Cargo.lock index ad710259..9bc1001b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "afmt" -version = "0.3.0" +version = "0.4.0" dependencies = [ "clap", "serde", diff --git a/Cargo.toml b/Cargo.toml index 69704819..5e08fa30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "afmt" -version = "0.3.0" +version = "0.4.0" edition = "2021" description = "An Salesforce Apex lang formatter" license = "MIT OR Apache-2.0"