Skip to content

Commit

Permalink
bump: version 0.9.0 → 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 25, 2024
1 parent 0000967 commit 237162b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## 1.0.0 (2024-01-25)

### Feat

- Implement Repository pattern with pluggable storages
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 = "0.9.0"
version = "1.0.0"
authors = [
"David Eyk <david@worldsenoughstudios.com>"
]
Expand Down

0 comments on commit 237162b

Please sign in to comment.