Skip to content

Commit

Permalink
✨ Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zschumacher committed Feb 17, 2022
1 parent 213f987 commit 7fae9e6
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,7 +1,11 @@

## Latest Changes

* :sparkles: support `PYDAPPER_DSN` environment variable for connections. PR [#21](https://github.com/zschumacher/pydapper/pull/21) by [@zschumacher](https://github.com/zschumacher).
## 0.3.0
### Features
* ✨ support `PYDAPPER_DSN` environment variable for connections. PR [#21](https://github.com/zschumacher/pydapper/pull/21) by [@zschumacher](https://github.com/zschumacher).

### Internal
* 🔧 Cache oracle-instantclient download in test workflow. PR [#20](https://github.com/zschumacher/pydapper/pull/20) by [@zschumacher](https://github.com/zschumacher).
## 0.2.0
### Features
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.2.0"
version = "0.3.0"
description = "A pure python lib inspired by the dotnet lib dapper"
authors = ["Zach Schumacher <zschu15@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 7fae9e6

Please sign in to comment.