From c10811e65338b745110e18ec959f9b74977e2d66 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 9 May 2024 11:56:16 +0000 Subject: [PATCH] chore(release): 2.1.2 [skip ci] ## [2.1.2](https://github.com/ocni-dtu/lcax/compare/v2.1.1...v2.1.2) (2024-05-09) ### Bug Fixes * another naming correction ([d7f9beb](https://github.com/ocni-dtu/lcax/commit/d7f9beb578576562ac5bac84bcc50bcfc84bd25c)) --- CHANGELOG.md | 7 +++++++ Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b65e867..3f0dabf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.1.2](https://github.com/ocni-dtu/lcax/compare/v2.1.1...v2.1.2) (2024-05-09) + + +### Bug Fixes + +* another naming correction ([d7f9beb](https://github.com/ocni-dtu/lcax/commit/d7f9beb578576562ac5bac84bcc50bcfc84bd25c)) + ## [2.1.1](https://github.com/ocni-dtu/lcax/compare/v2.1.0...v2.1.1) (2024-05-09) diff --git a/Cargo.lock b/Cargo.lock index 470f760..7602672 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -365,7 +365,7 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "lcax" -version = "2.1.1" +version = "2.1.2" dependencies = [ "console_error_panic_hook", "getrandom", @@ -384,7 +384,7 @@ dependencies = [ [[package]] name = "lcax_convert" -version = "2.1.1" +version = "2.1.2" dependencies = [ "bytes", "chrono", @@ -400,7 +400,7 @@ dependencies = [ [[package]] name = "lcax_core" -version = "2.1.1" +version = "2.1.2" dependencies = [ "chrono", "pkg-version", @@ -412,7 +412,7 @@ dependencies = [ [[package]] name = "lcax_models" -version = "2.1.1" +version = "2.1.2" dependencies = [ "chrono", "console_error_panic_hook", diff --git a/Cargo.toml b/Cargo.toml index 791de12..1c4069b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ resolver = "2" [workspace.package] description = "LCAx is an open, machine and human-readable data format for exchanging LCA results." -version = "2.1.1" +version = "2.1.2" authors = ["Christian Kongsgaard "] edition = "2021" readme = "README.md"