From ecbee6d56268d035351ca79d6305c7440c5180c9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 8 May 2024 09:47:17 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [2.0.0](https://github.com/ocni-dtu/lcax/compare/v1.7.0...v2.0.0) (2024-05-08) ### ⚠ BREAKING CHANGES * Merging EPDx into LCAx and changing EPD fields. ### Features * Added converter for SLiCE datasets ([5110d0a](https://github.com/ocni-dtu/lcax/commit/5110d0a3cc1a958df9a7d3f95afebc2a8de5a668)) * Refactor and merge EPDx ([0553137](https://github.com/ocni-dtu/lcax/commit/05531373447b0f028af6077cff47ab43f6ec8a30)) --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a96c453..6216e30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [2.0.0](https://github.com/ocni-dtu/lcax/compare/v1.7.0...v2.0.0) (2024-05-08) + + +### ⚠ BREAKING CHANGES + +* Merging EPDx into LCAx and changing EPD fields. + +### Features + +* Added converter for SLiCE datasets ([5110d0a](https://github.com/ocni-dtu/lcax/commit/5110d0a3cc1a958df9a7d3f95afebc2a8de5a668)) +* Refactor and merge EPDx ([0553137](https://github.com/ocni-dtu/lcax/commit/05531373447b0f028af6077cff47ab43f6ec8a30)) + ## [1.7.0](https://github.com/ocni-dtu/lcax/compare/v1.6.0...v1.7.0) (2024-04-08) diff --git a/Cargo.lock b/Cargo.lock index 488dc60..525bbb4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -137,7 +137,7 @@ dependencies = [ [[package]] name = "convert" -version = "1.7.0" +version = "2.0.0" dependencies = [ "bytes", "chrono", @@ -381,7 +381,7 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "lcax" -version = "1.7.0" +version = "2.0.0" dependencies = [ "console_error_panic_hook", "convert", @@ -400,7 +400,7 @@ dependencies = [ [[package]] name = "lcax_core" -version = "1.7.0" +version = "2.0.0" dependencies = [ "chrono", "pkg-version", @@ -480,7 +480,7 @@ dependencies = [ [[package]] name = "models" -version = "1.7.0" +version = "2.0.0" dependencies = [ "chrono", "console_error_panic_hook", diff --git a/Cargo.toml b/Cargo.toml index 5ad4bfa..5afa510 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 = "1.7.0" +version = "2.0.0" authors = ["Christian Kongsgaard "] edition = "2021" readme = "README.md"