From b56a85e3335b6b32fcb65bfb3d4fa920b170e004 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 1 Apr 2024 19:09:42 +0000 Subject: [PATCH] chore(release): 1.2.2 [skip ci] ## [1.2.2](https://github.com/ocni-dtu/epdx/compare/v1.2.1...v1.2.2) (2024-04-01) ### Bug Fixes * fixed ilcd parse issue and added more test cases ([25b2f09](https://github.com/ocni-dtu/epdx/commit/25b2f09e37906d2a6ba4310f090f943645eaa690)) --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- packages/python/src/epdx/pydantic.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cbfaaf..fa6305f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.2](https://github.com/ocni-dtu/epdx/compare/v1.2.1...v1.2.2) (2024-04-01) + + +### Bug Fixes + +* fixed ilcd parse issue and added more test cases ([25b2f09](https://github.com/ocni-dtu/epdx/commit/25b2f09e37906d2a6ba4310f090f943645eaa690)) + ## [1.2.1](https://github.com/ocni-dtu/epdx/compare/v1.2.0...v1.2.1) (2024-04-01) diff --git a/Cargo.lock b/Cargo.lock index 0b9bdc1..a93c094 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -95,7 +95,7 @@ checksum = "545b22097d44f8a9581187cdf93de7a71e4722bf51200cfaba810865b49a495d" [[package]] name = "epdx" -version = "1.2.1" +version = "1.2.2" dependencies = [ "chrono", "console_error_panic_hook", diff --git a/Cargo.toml b/Cargo.toml index b35393e..87ecd5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "epdx" description = "EPDx is a library for parsing EPD files into a common exchange format." -version = "1.2.1" +version = "1.2.2" authors = ["Christian Kongsgaard "] edition = "2018" readme = "README.md" diff --git a/packages/python/src/epdx/pydantic.py b/packages/python/src/epdx/pydantic.py index 1d8fb7c..5d0ad78 100644 --- a/packages/python/src/epdx/pydantic.py +++ b/packages/python/src/epdx/pydantic.py @@ -1,6 +1,6 @@ # generated by datamodel-codegen: # filename: epdx.schema.json -# timestamp: 2024-04-01T18:48:52+00:00 +# timestamp: 2024-04-01T19:08:23+00:00 from __future__ import annotations