Skip to content

Commit

Permalink
🏷️ release version 2.8.1 (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
yezz123 authored Jun 12, 2024
1 parent 746de18 commit 5edf337
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## Latest Changes

## 2.8.1

### Bug Fixes

* 🐛 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)

### Types

* ✨ 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)

## 2.8.0

### Refactor
Expand Down
2 changes: 1 addition & 1 deletion pydantic_extra_types/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.8.0'
__version__ = '2.8.1'

0 comments on commit 5edf337

Please sign in to comment.