From 821c11c078d934bac20072f7ca05f036cb966fe7 Mon Sep 17 00:00:00 2001 From: Marcin Olichwiruk <21108638+olichwiruk@users.noreply.github.com> Date: Tue, 20 Aug 2024 14:45:27 +0200 Subject: [PATCH] chore: release 0.4.3 version --- CHANGELOG.md | 16 ++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abaf771..67e371e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [0.4.3] - 2024-08-20 + +### πŸ› Bug Fixes + +- Correct failing tests + +### βš™οΈ Miscellaneous Tasks + +- Cleanup README.md +- Update README.md +- Update said package to 0.4.1 and oca packages to 0.5.4 + ## [0.4.2] - 2024-07-16 ### πŸ› Bug Fixes @@ -11,6 +23,10 @@ All notable changes to this project will be documented in this file. - Don't panic when refn is missing in ocafile - Don't panic on not supported chars in refn +### βš™οΈ Miscellaneous Tasks + +- Release 0.4.2 version + ## [0.4.1] - 2024-07-08 ### πŸš€ Features diff --git a/Cargo.lock b/Cargo.lock index 4c10a71..8e6a3c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1308,7 +1308,7 @@ dependencies = [ [[package]] name = "oca" -version = "0.4.2" +version = "0.4.3" dependencies = [ "anyhow", "clap 4.5.2", diff --git a/Cargo.toml b/Cargo.toml index 98f6d82..c1bce9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oca" -version = "0.4.2" +version = "0.4.3" edition = "2021" authors = ["Marcin Olichwiruk ", "Robert Mitwicki ", "MichaΕ‚ Pietrus "] license = "EUPL-1.2"