Skip to content

Commit 2054a6a

Browse files
committed
Bump to 0.2.1
1 parent c8038b6 commit 2054a6a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## 0.2
44

5+
### 0.2.1
6+
- Fix stringification of datetime objects
7+
58
### 0.2.0
69
- Improved parameterized queries support
710

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pypika-tortoise"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Forked from pypika and streamline just for tortoise-orm"
55
authors = ["long2ice <long2ice@gmail.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)