Skip to content

Commit c6d360c

Browse files
committed
🔖 Release 0.0.8
1 parent a14c337 commit c6d360c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,12 @@ def test_pydantic_sqlalchemy():
108108

109109
### Latest Changes
110110

111+
### 0.0.8
112+
111113
* ⬆️ Upgrade `importlib-metadata` to 3.0.0. PR [#22](https://github.com/tiangolo/pydantic-sqlalchemy/pull/22) by [@tiangolo](https://github.com/tiangolo).
112114
* 👷 Add GitHub Action latest-changes. PR [#20](https://github.com/tiangolo/pydantic-sqlalchemy/pull/20) by [@tiangolo](https://github.com/tiangolo).
113115
* 💚 Fix GitHub Actions Poetry setup. PR [#21](https://github.com/tiangolo/pydantic-sqlalchemy/pull/21) by [@tiangolo](https://github.com/tiangolo).
116+
114117
### 0.0.7
115118

116119
* Update requirements of `importlib-metadata` to support the latest version `2.0.0`. PR [#11](https://github.com/tiangolo/pydantic-sqlalchemy/pull/11).

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pydantic-sqlalchemy"
3-
version = "0.0.7"
3+
version = "0.0.8"
44
description = "Tools to convert SQLAlchemy models to Pydantic models"
55
authors = ["Sebastián Ramírez <tiangolo@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)