Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
# Changelog for model_metadata

## 0.7.1 (unreleased)
## 0.8.3 (unreleased)


- Nothing changed yet.


## 0.8.2 (2024-10-15)

- Fixed an error that was caused when the type of a metadata value's
default value did not match it's specified type.
- Added support for Python 3.13.
- Updated the continuous integration to build source distributions and
then test those distributions. The *release* and *prerelease* workflows
are now part of the *test* workflow.

## 0.7.0 (2020-09-22)

- Added constructor for ModelMetadata that accepts an object rather than
Expand Down
2 changes: 1 addition & 1 deletion src/model_metadata/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from __future__ import annotations

__version__ = "0.8.2.dev0"
__version__ = "0.8.3.dev0"