Skip to content

Commit 8d3ee50

Browse files
authored
Merge pull request #7 from jokiefer/jokiefer-patch-1
Jokiefer patch 1
2 parents fce15e2 + 5f8d6bf commit 8d3ee50

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

99

10+
[0.3.2] - 2024-10-25
11+
--------------------
12+
13+
Fixes
14+
~~~~~
15+
16+
* missing " in media type see: #5
17+
1018
[0.3.1] - 2024-10-17
1119
--------------------
1220

1321
Fixed
1422
~~~~~
23+
1524
* None valued ids on bulk add handling
1625

1726

atomic_operations/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.3.1"
1+
__version__ = "0.3.2"
22
VERSION = __version__ # synonym

0 commit comments

Comments
 (0)