diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ab06e0..88f4475 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [0.4.6-rc.2] - 2024-09-12 + +### πŸš€ Features + +- Allow building multiple ocafiles + +### πŸ› Bug Fixes + +- Allow both arguments in build command +- Avoid building the same ocafile twice + ## [0.4.6-rc.1] - 2024-09-12 ### πŸš€ Features @@ -18,6 +29,10 @@ All notable changes to this project will be documented in this file. - Better error messages - Catch unexpected errors +### βš™οΈ Miscellaneous Tasks + +- Release 0.4.6-rc.1 version + ## [0.4.5] - 2024-08-28 ### πŸ› Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index e5c434a..4364ea1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1314,7 +1314,7 @@ dependencies = [ [[package]] name = "oca" -version = "0.4.6-rc.1" +version = "0.4.6-rc.2" dependencies = [ "anyhow", "clap 4.5.2", diff --git a/Cargo.toml b/Cargo.toml index acbea29..5e972b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oca" -version = "0.4.6-rc.1" +version = "0.4.6-rc.2" edition = "2021" authors = ["Marcin Olichwiruk ", "Robert Mitwicki ", "MichaΕ‚ Pietrus "] license = "EUPL-1.2"