From eae372bebec765e95a118ea6f2b93657d0a4bfc4 Mon Sep 17 00:00:00 2001 From: Edyta Pawlak Date: Tue, 5 Nov 2024 14:33:31 +0100 Subject: [PATCH] chore: release 0.4.6-rc.14 version --- CHANGELOG.md | 14 ++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86e46f8..1a14799 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## [0.4.6-rc.14] - 2024-11-05 + +### πŸ› Bug Fixes + +- Make publish optional for repository URL option + +### 🚜 Refactor + +- Reformat code + ## [0.4.6-rc.13] - 2024-11-05 ### πŸš€ Features @@ -12,6 +22,10 @@ All notable changes to this project will be documented in this file. - Fix clippy warnings +### βš™οΈ Miscellaneous Tasks + +- Release 0.4.6-rc.13 version + ## [0.4.6-rc.12] - 2024-10-29 ### πŸ› Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 1231730..5a9e5fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1328,7 +1328,7 @@ dependencies = [ [[package]] name = "oca" -version = "0.4.6-rc.13" +version = "0.4.6-rc.14" dependencies = [ "anyhow", "base64 0.21.7", diff --git a/Cargo.toml b/Cargo.toml index 69f8b72..32295db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oca" -version = "0.4.6-rc.13" +version = "0.4.6-rc.14" edition = "2021" authors = ["Marcin Olichwiruk ", "Robert Mitwicki ", "MichaΕ‚ Pietrus "] license = "EUPL-1.2"