Skip to content

Commit f117579

Browse files
authored
Merge pull request #9 from anikolaienko/feature/prepare-for-release
increased version and added changelog before release 1.1.0
2 parents 48cf1eb + fab6f22 commit f117579

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.1.0 - 2022/10/07
2+
* [g-pichler] Added support for SQLAlchemy models mapping
3+
* Upgraded code checking tool and improved code formatting
4+
15
1.0.4 - 2022/07/25
26
* Added better description for usage with Pydantic and TortoiseORM
37
* Improved type support

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# py-automapper
44

55
**Version**
6-
1.0.4
6+
1.1.0
77

88
**Author**
99
anikolaienko
@@ -15,7 +15,7 @@ anikolaienko
1515
The MIT License (MIT)
1616

1717
**Last updated**
18-
24 Jul 2022
18+
7 Oct 2022
1919

2020
**Package Download**
2121
https://pypi.python.org/pypi/py-automapper
@@ -35,6 +35,7 @@ Table of Contents:
3535
- [Extensions](#extensions)
3636
- [Pydantic/FastAPI Support](#pydanticfastapi-support)
3737
- [TortoiseORM Support](#tortoiseorm-support)
38+
- [SQLAlchemy Support](#sqlalchemy-support)
3839
- [Create your own extension (Advanced)](#create-your-own-extension-advanced)
3940

4041
# Versions

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 = "py-automapper"
3-
version = "1.0.4"
3+
version = "1.1.0"
44
description = "Library for automatically mapping one object to another"
55
authors = ["Andrii Nikolaienko <anikolaienko14@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)