Skip to content

Commit

Permalink
✨ release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zschumacher committed Nov 23, 2023
1 parent 698b62c commit 6eaaed5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@

## Latest Changes

* 🔧 update poetry to 1.7.1 and bump deps. PR [#195](https://github.com/zschumacher/pydapper/pull/195) by [@zschumacher](https://github.com/zschumacher).
## 0.9.0
### Bug fixes
* Fix unmatched param bug. PR [#162](https://github.com/zschumacher/pydapper/pull/162) by [@bowiec](https://github.com/bowiec).

### Internal
* 🔧 update poetry to 1.7.1 and bump deps. PR [#195](https://github.com/zschumacher/pydapper/pull/195) by [@zschumacher](https://github.com/zschumacher).
* 🔧 use bigquery emulator for tests. PR [#166](https://github.com/zschumacher/pydapper/pull/166) by [@zschumacher](https://github.com/zschumacher).
* 🔧 bump deps and use markers for tests. PR [#164](https://github.com/zschumacher/pydapper/pull/164) by [@zschumacher](https://github.com/zschumacher).

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pydapper"
version = "0.8.0"
version = "0.9.0"
description = "A pure python lib inspired by the dotnet lib dapper"
authors = ["Zach Schumacher <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 6eaaed5

Please sign in to comment.