From 24959b8aac5e9acaf389b3df0d2fa3c69cd7bda6 Mon Sep 17 00:00:00 2001 From: Xi Xiao Date: Fri, 17 Jan 2025 16:13:55 +0200 Subject: [PATCH] chore(main): release 0.4.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 b9536227..eeea102c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.0](https://github.com/xixiaofinland/afmt/compare/v0.3.0...v0.4.0) (2025-01-17) + + +### Features + +* 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 a6fd10f6..741670ef 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", "log", diff --git a/Cargo.toml b/Cargo.toml index a6fdee51..a88e31cd 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"