Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/pymssql-2.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
zschumacher authored Apr 13, 2024
2 parents 4a722e1 + 95e2a26 commit cfc12ee
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
- name: test annotations
run: poetry run mypy --config-file mypy.ini tests/annotation_tests.py

- name: black
- name: isort
run: poetry run isort --check .

- name: isort
- name: black
run: poetry run black --check .
7 changes: 4 additions & 3 deletions docs/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@

## Latest Changes

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

## 0.10.0

### Internal
* 🔧 fix step names in fmt.yml. PR [#256](https://github.com/zschumacher/pydapper/pull/256) by [@otosky](https://github.com/otosky).
* ⬆️ Support python 3.12. PR [#199](https://github.com/zschumacher/pydapper/pull/199) by [@zschumacher](https://github.com/zschumacher).

### Docs
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.9.0"
version = "0.10.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 cfc12ee

Please sign in to comment.