Skip to content

Commit

Permalink
Release v0.2.0 - Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TEAM4-0 committed Feb 29, 2024
1 parent 3f40f1e commit ea6a3fe
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
21 changes: 17 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,23 @@

## [Unreleased](https://github.com/EMMC-ASBL/oteapi-dlite/tree/HEAD)

[Full Changelog](https://github.com/EMMC-ASBL/oteapi-dlite/compare/v0.1.7...HEAD)
[Full Changelog](https://github.com/EMMC-ASBL/oteapi-dlite/compare/v0.2.0...HEAD)

**Closed issues:**
**Implemented enhancements:**

- Document functionality/features [\#196](https://github.com/EMMC-ASBL/oteapi-dlite/issues/196)
- Reenable update-docs-api-reference in ci workflow [\#83](https://github.com/EMMC-ASBL/oteapi-dlite/issues/83)
- Migrate to pydantic v2 [\#187](https://github.com/EMMC-ASBL/oteapi-dlite/issues/187)

## [v0.2.0](https://github.com/EMMC-ASBL/oteapi-dlite/tree/v0.2.0) (2024-02-23)

[Full Changelog](https://github.com/EMMC-ASBL/oteapi-dlite/compare/v0.1.7...v0.2.0)

**Fixed bugs:**

- Move pre-commit dependency to `docs` requirements [\#215](https://github.com/EMMC-ASBL/oteapi-dlite/pull/215) ([CasperWA](https://github.com/CasperWA))

**Merged pull requests:**

- Migrate to pydantic v2 [\#192](https://github.com/EMMC-ASBL/oteapi-dlite/pull/192) ([CasperWA](https://github.com/CasperWA))

## [v0.1.7](https://github.com/EMMC-ASBL/oteapi-dlite/tree/v0.1.7) (2024-02-23)

Expand All @@ -16,6 +27,8 @@
**Closed issues:**

- `mypy` update detects new type error [\#212](https://github.com/EMMC-ASBL/oteapi-dlite/issues/212)
- Document functionality/features [\#196](https://github.com/EMMC-ASBL/oteapi-dlite/issues/196)
- Reenable update-docs-api-reference in ci workflow [\#83](https://github.com/EMMC-ASBL/oteapi-dlite/issues/83)

**Merged pull requests:**

Expand Down
2 changes: 1 addition & 1 deletion oteapi_dlite/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
Created from cookiecutter-oteapi-plugin, SINTEF, 2022
"""

__version__ = "0.1.7"
__version__ = "0.2.0"
__author__ = "team4.0@sintef.no"
__author_email__ = "team4.0@sintef.no"

0 comments on commit ea6a3fe

Please sign in to comment.