From 3f2d002aa95d3f13df69fd07efc6a4397421d0e9 Mon Sep 17 00:00:00 2001 From: blelump Date: Fri, 19 Jul 2024 14:36:07 +0200 Subject: [PATCH] chore: release 0.5.5 version --- 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 6b7149c..17ccad6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,18 @@ All notable changes to this project will be documented in this file. +## [0.5.5] - 2024-07-19 + +### ⚙️ Miscellaneous Tasks + +- Set proper img link + ## [0.5.4] - 2024-07-19 ### ⚙️ Miscellaneous Tasks - Display changelog +- Release 0.5.4 version ## [0.5.3] - 2024-07-19 diff --git a/Cargo.lock b/Cargo.lock index 24e2685..1473e0b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1704,7 +1704,7 @@ dependencies = [ [[package]] name = "oca-repository" -version = "0.5.4" +version = "0.5.5" dependencies = [ "actix-files", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index a7b21b5..5e3b366 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oca-repository" -version = "0.5.4" +version = "0.5.5" edition = "2021" license = "EUPL-1.2" resolver = "2"