Skip to content

Commit 5edf337

Browse files
authored
🏷️ release version 2.8.1 (#186)
1 parent 746de18 commit 5edf337

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

HISTORY.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## Latest Changes
44

5+
## 2.8.1
6+
7+
### Bug Fixes
8+
9+
* 🐛 Fix Pendulum date time object to have correct typing. [#184](https://github.com/pydantic/pydantic-extra-types/pull/184) by [@07pepa](https://github.com/07pepa)
10+
11+
### Types
12+
13+
* ✨ Add parsing of pendulum_dt from unix time and non-strict parsing. [#185](https://github.com/pydantic/pydantic-extra-types/pull/185) by [@07pepa](https://github.com/07pepa)
14+
515
## 2.8.0
616

717
### Refactor

pydantic_extra_types/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.8.0'
1+
__version__ = '2.8.1'

0 commit comments

Comments
 (0)