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.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.0](v1.1.5...v1.2.0) (2024-03-24)

### Features

* added functionality for LCAbyg data ([0ac8276](0ac8276))
* added functionality to parse LCAbyg EPDs (LCAByg stages) ([b2184ba](b2184ba))

### Bug Fixes

* bug fix in as_type error handling ([4334de6](4334de6))
  • Loading branch information
semantic-release-bot committed Mar 24, 2024
1 parent 0c479a5 commit 44a7f88
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [1.2.0](https://github.com/ocni-dtu/epdx/compare/v1.1.5...v1.2.0) (2024-03-24)


### Features

* added functionality for LCAbyg data ([0ac8276](https://github.com/ocni-dtu/epdx/commit/0ac82760bb10992be92c70654a14b8efb9e3e904))
* added functionality to parse LCAbyg EPDs (LCAByg stages) ([b2184ba](https://github.com/ocni-dtu/epdx/commit/b2184bae7aae4e7724ec46ead02b9c15c989fe42))


### Bug Fixes

* bug fix in as_type error handling ([4334de6](https://github.com/ocni-dtu/epdx/commit/4334de6232c2b005ee5f9c8dae52447ecc54a73e))

## [1.1.5](https://github.com/ocni-dtu/epdx/compare/v1.1.4...v1.1.5) (2024-02-22)


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.5"
version = "1.2.0"
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-22T15:02:06+00:00
# timestamp: 2024-03-24T14:31:55+00:00

from __future__ import annotations

Expand Down

0 comments on commit 44a7f88

Please sign in to comment.