From 66e4ad01e1a0f1bf13ee3467d1d8fab0933c16cf Mon Sep 17 00:00:00 2001 From: Xi Xiao Date: Sun, 19 Jan 2025 17:55:16 +0200 Subject: [PATCH] chore(main): release 0.5.2 --- 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 523e96aa..8fc50fc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.2](https://github.com/xixiaofinland/afmt/compare/v0.5.1...v0.5.2) (2025-01-19) + + +### Bug Fixes + +* github action binary fix2 ([ad1b3b6](https://github.com/xixiaofinland/afmt/commit/ad1b3b6a9245dd37eba1cf23bd4196414f4b6c4e)) + ## [0.5.1](https://github.com/xixiaofinland/afmt/compare/v0.5.0...v0.5.1) (2025-01-19) diff --git a/Cargo.lock b/Cargo.lock index 89f84039..72926aee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "afmt" -version = "0.5.1" +version = "0.5.2" dependencies = [ "clap", "serde", diff --git a/Cargo.toml b/Cargo.toml index cd4c2502..b25b060b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "afmt" -version = "0.5.1" +version = "0.5.2" edition = "2021" description = "An Salesforce Apex lang formatter" license = "MIT OR Apache-2.0"