Skip to content

Commit

Permalink
Bump version to 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Mar 28, 2020
1 parent 1cadb3e commit f51658b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 22 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
# 0.8 (unreleased)
# 0.8 (2020-03-28)

- Updated the `@datafile(...)` decorator to be used as a drop-in replacement for `@dataclass(...)`.
- Added support for loading unlimited levels of nested objects.
Expand Down
41 changes: 21 additions & 20 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,7 +1,7 @@
[tool.poetry]

name = "datafiles"
version = "0.8b3"
version = "0.8"
description = "File-based ORM for dataclasses."

license = "MIT"
Expand Down

0 comments on commit f51658b

Please sign in to comment.