Skip to content

Commit d95c69c

Browse files
authored
Merge pull request xnuinside#61 from xnuinside/v0.17.0_release
V0.17.0 release
2 parents 9817c43 + a816432 commit d95c69c

File tree

4 files changed

+23
-5
lines changed

4 files changed

+23
-5
lines changed

CHANGELOG.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1-
**v0.16.0**
1+
**v0.17.0**
22

33
### Updates
44
1. fix character varying type - https://github.com/xnuinside/omymodels/issues/59
55
2. sqlalchemy import removed from generation in sqlmodels if it is not used
66
3. = Field() - is not placed in SQLModel if there is no defaults or other settings to the field
77

8+
**v0.16.0**
9+
10+
### Updates
11+
1. Initial SQLModel Support
12+
813

914
**v0.15.1**
1015
## Updates

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,13 +307,18 @@ If you see any bugs or have any suggestions - feel free to open the issue. Any h
307307
One more time, big 'thank you!' goes to https://github.com/archongum for Web-version: https://archon-omymodels-online.hf.space/
308308

309309
## Changelog
310-
**v0.16.0**
310+
**v0.17.0**
311311

312312
### Updates
313313
1. fix character varying type - https://github.com/xnuinside/omymodels/issues/59
314314
2. sqlalchemy import removed from generation in sqlmodels if it is not used
315315
3. = Field() - is not placed in SQLModel if there is no defaults or other settings to the field
316316

317+
**v0.16.0**
318+
319+
### Updates
320+
1. Initial SQLModel Support
321+
317322

318323
**v0.15.1**
319324
## Updates

docs/README.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ One more time, big 'thank you!' goes to https://github.com/archongum for Web-ver
330330
Changelog
331331
---------
332332

333-
**v0.16.0**
333+
**v0.17.0**
334334

335335
Updates
336336
^^^^^^^
@@ -340,6 +340,14 @@ Updates
340340
#. sqlalchemy import removed from generation in sqlmodels if it is not used
341341
#. = Field() - is not placed in SQLModel if there is no defaults or other settings to the field
342342

343+
**v0.16.0**
344+
345+
Updates
346+
^^^^^^^
347+
348+
349+
#. Initial SQLModel Support
350+
343351
**v0.15.1**
344352

345353
Updates

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "omymodels"
3-
version = "0.16.0"
4-
description = "O! My Models (omymodels) is a library to generate Python Models for SQLAlchemy (ORM & Core), GinoORM, Pydantic, Pydal tables & Python Dataclasses from SQL DDL. And convert one models to another."
3+
version = "0.17.0"
4+
description = "O! My Models (omymodels) is a library to generate Python Models for SQLAlchemy (ORM & Core), SQLModel, GinoORM, Pydantic, Pydal tables & Python Dataclasses from SQL DDL. And convert one models to another."
55
authors = ["Iuliia Volkova <xnuinside@gmail.com>"]
66
license = "MIT"
77
readme = "docs/README.rst"

0 commit comments

Comments
 (0)