We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8ef196 commit fc5a56aCopy full SHA for fc5a56a
CHANGELOG.rst
@@ -1,5 +1,15 @@
1
Changelog
2
=========
3
+
4
+0.4.0
5
+`````
6
+Version 0.4.0 updates python-bsonjs's vendored copy of libbson to 1.24.2.
7
+For a detailed breakdown of what changed in each version of libbson see its changelog:
8
+https://github.com/mongodb/mongo-c-driver/blob/1.24.2/src/libbson/NEWS
9
+http://mongoc.org/libbson/1.24.2/
10
11
+This release also adds support for Python 3.11 and 3.12.
12
13
0.3.0
14
`````
15
pyproject.toml
@@ -7,7 +7,7 @@ packages = []
[project]
name = "python-bsonjs"
-version = "0.3.0"
+version = "0.4.0"
description = "A library for converting between BSON and JSON."
readme = "README.rst"
license = { file = "LICENSE" }
0 commit comments