From 4d3b158d8714428788dcd13f59a32797c5401903 Mon Sep 17 00:00:00 2001 From: blelump Date: Fri, 19 Jul 2024 13:25:33 +0200 Subject: [PATCH] chore: release 0.5.3 version --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49d9451..d34c8b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [0.5.3] - 2024-07-19 + +### ⚙️ Miscellaneous Tasks + +- Update build.yml +- Release 0.5.2 version +- Move extract-changelog before build + ## [0.5.1] - 2024-07-19 ### ⚙️ Miscellaneous Tasks diff --git a/Cargo.lock b/Cargo.lock index becc8fe..f5d3a2a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1704,7 +1704,7 @@ dependencies = [ [[package]] name = "oca-repository" -version = "0.5.2" +version = "0.5.3" dependencies = [ "actix-files", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index f0a12fe..b8705e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oca-repository" -version = "0.5.2" +version = "0.5.3" edition = "2021" license = "EUPL-1.2" resolver = "2"