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.1.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.2](v1.1.1...v1.1.2) (2024-02-18)

### Bug Fixes

* added generics to epdx.convert_ilcd ([538ae5e](538ae5e))
* fixed detection of en15804+a2 ([d0de2fe](d0de2fe))
* fixed issues parsing EPD 023f3b97 ([7c43544](7c43544))
  • Loading branch information
semantic-release-bot committed Feb 18, 2024
1 parent a2818d4 commit 9fd1043
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.1.2](https://github.com/ocni-dtu/epdx/compare/v1.1.1...v1.1.2) (2024-02-18)


### Bug Fixes

* added generics to epdx.convert_ilcd ([538ae5e](https://github.com/ocni-dtu/epdx/commit/538ae5e981438556aa3aa936061816125f72895f))
* fixed detection of en15804+a2 ([d0de2fe](https://github.com/ocni-dtu/epdx/commit/d0de2fea726b15102de8de36490fae6c6beff7c5))
* fixed issues parsing EPD 023f3b97 ([7c43544](https://github.com/ocni-dtu/epdx/commit/7c43544b93ac6ccde8a2b9ab4a26d1fd5d1492e5))

## [1.1.1](https://github.com/ocni-dtu/epdx/compare/v1.1.0...v1.1.1) (2024-02-16)


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.1.1"
version = "1.1.2"
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-02-16T08:04:39+00:00
# timestamp: 2024-02-18T16:00:10+00:00

from __future__ import annotations

Expand Down

0 comments on commit 9fd1043

Please sign in to comment.