Skip to content

Commit 06f1a0b

Browse files
committed
0.2
1 parent e277b57 commit 06f1a0b

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES.md

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.0] - 2024-06-14
11+
12+
* Skip empty technosphere transformations
13+
* Improve README
14+
* Add common output files
15+
1016
## [0.1.0] - 2024-06-14
1117

1218
First release

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
These files are designed to allow for relinking against new versions of ecoinvent, **not** for updating an existing ecoinvent installation.
2525

26-
This library requires a valid ecoinvent license for all functionality.
26+
This library requires a valid ecoinvent license for all functionality. Output files are provided in the `outputs` directory.
2727

2828
## Installation
2929

ecoinvent_migrate/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"generate_biosphere_mapping",
77
)
88

9-
__version__ = "0.1.0"
9+
__version__ = "0.2.0"
1010

1111
from .main import generate_biosphere_mapping, generate_technosphere_mapping

0 commit comments

Comments
 (0)