Skip to content

Commit

Permalink
Merge pull request #198 from jacebrowning/release/v0.12
Browse files Browse the repository at this point in the history
Bump version to 0.12
  • Loading branch information
jacebrowning committed Mar 5, 2021
2 parents 4b0aef5 + f201b18 commit 7ce0a0a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.12 (beta)
# 0.12 (2021-03-05)

- Added `_exclude` parameter to `all()` and `filter()` manager methods to exclude certain objects from loading as a performance optimization.
- Fixed handling of untyped `List`/`Dict` annotations in Python 3.9.
Expand Down
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@ $(DEPENDENCIES): poetry.lock
poetry install
@ touch $@

ifndef CI
poetry.lock: pyproject.toml
poetry lock --no-update
@ touch $@
endif

.cache:
@ mkdir -p .cache
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]

name = "datafiles"
version = "0.12b4"
version = "0.12"
description = "File-based ORM for dataclasses."

license = "MIT"
Expand Down

0 comments on commit 7ce0a0a

Please sign in to comment.