Skip to content

Commit

Permalink
Bump version to 0.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pederhan committed Jun 26, 2024
1 parent 41f8fb0 commit a75b216
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ While the project is still on major version 0, breaking changes may be introduce

<!-- ## Unreleased -->

## [0.25.2](https://github.com/unioslo/harborapi/tree/harborapi-v0.25.2) - 2024-06-26

### Changed

- All Pydantic models now use `default=` kwarg for default values. This prevents certain type checking errors when the model is instantiated without specifying the field.

## [0.25.1](https://github.com/unioslo/harborapi/tree/harborapi-v0.25.1) - 2024-06-18

## Added
Expand Down
2 changes: 1 addition & 1 deletion harborapi/__about__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from __future__ import annotations

__version__ = "0.25.1"
__version__ = "0.25.2"

0 comments on commit a75b216

Please sign in to comment.