Skip to content

Commit 9ecb05d

Browse files
github-actions[bot]jefersondaniel
authored andcommitted
chore(main): release 2.1.0
1 parent b12aeef commit 9ecb05d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [2.1.0](https://github.com/jefersondaniel/pydantic-mongo/compare/v2.0.3...v2.1.0) (2024-01-05)
4+
5+
6+
### Features
7+
8+
* Create an empty py.typed file to add mypy type hint support ([#61](https://github.com/jefersondaniel/pydantic-mongo/issues/61)) ([10e58de](https://github.com/jefersondaniel/pydantic-mongo/commit/10e58de6ac52e45a56b88cff586151359c219b43))
9+
10+
11+
### Bug Fixes
12+
13+
* Fix README code snippets ([#65](https://github.com/jefersondaniel/pydantic-mongo/issues/65)) ([dac1347](https://github.com/jefersondaniel/pydantic-mongo/commit/dac1347229d876b9a3de525f8566bbfc0c0c62bd))
14+
315
## [2.0.3](https://github.com/jefersondaniel/pydantic-mongo/compare/v2.0.2...v2.0.3) (2023-11-23)
416

517

pydantic_mongo/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.0.3"
1+
__version__ = "2.1.0"

0 commit comments

Comments
 (0)