Skip to content

Commit

Permalink
bump: version 1.0.2 → 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 27, 2024
1 parent cbe75bd commit 47a52dd
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
@@ -1,3 +1,9 @@
## 1.0.3 (2024-01-27)

### Fix

- AbstractSQLRepository().get() must send a dict to prepare_data_for_entity()

## 1.0.2 (2024-01-26)

### 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 storage backends for Python projects.'
version = "1.0.2"
version = "1.0.3"
authors = [
"David Eyk <david@worldsenoughstudios.com>"
]
Expand Down

0 comments on commit 47a52dd

Please sign in to comment.