Skip to content

Commit

Permalink
bump: version 1.0.3 → 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 21, 2024
1 parent 042ff08 commit 6175f2e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 2.0.0 (2024-02-21)

### BREAKING CHANGE

- `query_class` *must* now be defined on a repository subclass.

### Feat

- Handle nested models more gracefully; add per-field data prep
- Local filesystem-based filestorage implementation
- Teach queries insert, update, delete, which repos now use
- add README.md, LICENSE.md, better package metadata

## 1.0.3 (2024-01-27)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = 'steerage'
description = 'Pluggable async storage backends for Python projects'
version = "1.0.3"
version = "2.0.0"
authors = [
"David Eyk <david@worldsenoughstudios.com>"
]
Expand Down

0 comments on commit 6175f2e

Please sign in to comment.