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 Mar 22, 2024
1 parent 7bc8246 commit 6398193
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [v0.2.0](https://github.com/SINTEF/entities-service/tree/v0.2.0) (2024-03-22)

[Full Changelog](https://github.com/SINTEF/entities-service/compare/v0.1.0...v0.2.0)

**Fixed bugs:**

- The pydantic model for `GitLabUserInfo` is too strict [\#83](https://github.com/SINTEF/entities-service/issues/83)
- The cache dir is not being created automatically [\#82](https://github.com/SINTEF/entities-service/issues/82)

**Closed issues:**

- Loosen name regex for retrieving entities [\#90](https://github.com/SINTEF/entities-service/issues/90)
- Minimize code repeats in SOFT models [\#64](https://github.com/SINTEF/entities-service/issues/64)
- Test with different "versions" of entity schemas [\#5](https://github.com/SINTEF/entities-service/issues/5)

**Merged pull requests:**

- Support specific namespaces [\#101](https://github.com/SINTEF/entities-service/pull/101) ([CasperWA](https://github.com/CasperWA))
- Unify entity version and name validation [\#91](https://github.com/SINTEF/entities-service/pull/91) ([CasperWA](https://github.com/CasperWA))
- Clean up authorization models [\#88](https://github.com/SINTEF/entities-service/pull/88) ([CasperWA](https://github.com/CasperWA))
- Try to create cache directory on each CLI call [\#87](https://github.com/SINTEF/entities-service/pull/87) ([CasperWA](https://github.com/CasperWA))
- Separate out entity models in SOFT and DLite [\#74](https://github.com/SINTEF/entities-service/pull/74) ([CasperWA](https://github.com/CasperWA))

## [v0.1.0](https://github.com/SINTEF/entities-service/tree/v0.1.0) (2024-01-31)

[Full Changelog](https://github.com/SINTEF/entities-service/compare/v0.0.1...v0.1.0)
Expand Down
2 changes: 1 addition & 1 deletion entities_service/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

from __future__ import annotations

__version__ = "0.1.0"
__version__ = "0.2.0"
__author__ = "Casper Welzel Andersen"

0 comments on commit 6398193

Please sign in to comment.