Skip to content

Commit fc5a56a

Browse files
authored
PYTHON-4168 [python-bsonjs] Release 0.4 (#55)
1 parent f8ef196 commit fc5a56a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.rst

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
Changelog
22
=========
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+
313
0.3.0
414
`````
515

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages = []
77

88
[project]
99
name = "python-bsonjs"
10-
version = "0.3.0"
10+
version = "0.4.0"
1111
description = "A library for converting between BSON and JSON."
1212
readme = "README.rst"
1313
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)