Skip to content

Commit

Permalink
✨ release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zschumacher committed Jan 22, 2025
1 parent 26a7cb9 commit bea53cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion docs/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
## Latest Changes

## 0.11.0
### Breaking changes
* Python 3.8 support deprecated
* cx_oracle support deprecated

### Internal
* :wrench: update to latest dsnparse. PR [#332](https://github.com/zschumacher/pydapper/pull/332) by [@zschumacher](https://github.com/zschumacher).
* :wrench: support python 3.13; update deps; deprecate Cx_Oracle in favor or Oracledb. PR [#331](https://github.com/zschumacher/pydapper/pull/331) by [@zschumacher](https://github.com/zschumacher).
* Bump idna from 3.4 to 3.7. PR [#262](https://github.com/zschumacher/pydapper/pull/262) by [@dependabot[bot]](https://github.com/apps/dependabot).
* Bump cryptography from 41.0.5 to 42.0.4. PR [#255](https://github.com/zschumacher/pydapper/pull/255) by [@dependabot[bot]](https://github.com/apps/dependabot).

## 0.10.0
## Features
### Features
* * ✨ add support for `psycopg3`. PR [#214](https://github.com/zschumacher/pydapper/pull/214) by [@idumancic](https://github.com/idumancic).

### Internal
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.10.0"
version = "0.11.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 bea53cf

Please sign in to comment.