Skip to content

Commit a850ea7

Browse files
github-actions[bot]jefersondaniel
authored andcommitted
chore(main): release 2.0.3
1 parent 6b0912d commit a850ea7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [2.0.3](https://github.com/jefersondaniel/pydantic-mongo/compare/v2.0.2...v2.0.3) (2023-11-23)
4+
5+
6+
### Bug Fixes
7+
8+
* Fix `save_many()` when there are no models to insert ([#43](https://github.com/jefersondaniel/pydantic-mongo/issues/43)) ([6b0912d](https://github.com/jefersondaniel/pydantic-mongo/commit/6b0912de3a429c28991a8f2ae30b3147d0285d5b))
9+
310
## [2.0.2](https://github.com/jefersondaniel/pydantic-mongo/compare/v2.0.1...v2.0.2) (2023-09-13)
411

512

pydantic_mongo/version.py

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

0 commit comments

Comments
 (0)