Skip to content

Commit e651a6a

Browse files
committed
🔖 Release version 0.0.3
1 parent c4ff5ad commit e651a6a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ def test_pydantic_sqlalchemy():
108108

109109
### Latest Changes
110110

111+
### 0.0.3
112+
111113
* Add support for `exclude` to exclude columns from Pydantic model. PR [#3](https://github.com/tiangolo/pydantic-sqlalchemy/pull/3).
112114
* Add support for overriding the Pydantic `config`. PR [#1](https://github.com/tiangolo/pydantic-sqlalchemy/pull/1) by [@pyropy](https://github.com/pyropy).
113115
* Add CI with GitHub Actions. PR [#2](https://github.com/tiangolo/pydantic-sqlalchemy/pull/2).

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.2"
3+
version = "0.0.3"
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)