Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
chore(release): 1.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.1](v1.2.0...v1.2.1) (2024-04-01)

### Bug Fixes

* fixed ilcd parse issue and added more test cases ([ae8b9c5](ae8b9c5))
  • Loading branch information
semantic-release-bot committed Apr 1, 2024
1 parent ae8b9c5 commit f28f9c6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.2.1](https://github.com/ocni-dtu/epdx/compare/v1.2.0...v1.2.1) (2024-04-01)


### Bug Fixes

* fixed ilcd parse issue and added more test cases ([ae8b9c5](https://github.com/ocni-dtu/epdx/commit/ae8b9c56e4affda46bc794f1b11795d5111e0f54))

## [1.2.0](https://github.com/ocni-dtu/epdx/compare/v1.1.5...v1.2.0) (2024-03-24)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "epdx"
description = "EPDx is a library for parsing EPD files into a common exchange format."
version = "1.2.0"
version = "1.2.1"
authors = ["Christian Kongsgaard <[email protected]>"]
edition = "2018"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion packages/python/src/epdx/pydantic.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# generated by datamodel-codegen:
# filename: epdx.schema.json
# timestamp: 2024-03-24T14:31:55+00:00
# timestamp: 2024-04-01T18:48:52+00:00

from __future__ import annotations

Expand Down

0 comments on commit f28f9c6

Please sign in to comment.