From 6eaaed566b235b5b127466cf36f385a36c44ba0b Mon Sep 17 00:00:00 2001 From: Zach Schumacher Date: Thu, 23 Nov 2023 09:03:35 -0600 Subject: [PATCH] :sparkles: release 0.9.0 --- docs/release_notes.md | 6 +++++- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/release_notes.md b/docs/release_notes.md index e4576bb..2416967 100644 --- a/docs/release_notes.md +++ b/docs/release_notes.md @@ -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). diff --git a/pyproject.toml b/pyproject.toml index 0f4731a..17b7d57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT"