Skip to content

Commit 413ca66

Browse files
authored
Merge pull request #28 from sopherapps/release/v0.5.0
Bump to v0.5.0
2 parents 38cbcf7 + 40c757d commit 413ca66

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [0.5.0] - 2024-02-10
11+
12+
### Added
13+
14+
### Changed
15+
16+
- Upgraded to pydantic v2.
17+
18+
### Fixed
19+
20+
- Fixed orjson.JSONDecodeError when models have optional string fields
21+
1022
## [0.4.3] - 2022-12-29
1123

1224
### Added

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Most Notable Features are:
2424

2525
## Benchmarks
2626

27-
### v0.**
27+
### <v0.5
2828

2929
On an average PC ~16GB RAM, i7 Core
3030

@@ -57,7 +57,7 @@ benchmark_bulk_insert[redis_store] 1,025.0436 (8.29)
5757
-------------------------------------------------------------------------------------------------------------------------
5858
```
5959

60-
# v1.** (with pydantic v2)
60+
# >v0.5 (with pydantic v2)
6161

6262
```
6363
------------------------------------------------ benchmark: 22 tests ------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# This call to setup() does all the work
1212
setup(
1313
name="pydantic-redis",
14-
version="0.4.3",
14+
version="0.5.0",
1515
description="This package provides a simple ORM for redis using pydantic-like models.",
1616
long_description=README,
1717
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)