We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e6aa7a commit 1b4ac8eCopy full SHA for 1b4ac8e
CHANGELOG.rst
@@ -1,8 +1,8 @@
1
Changelog
2
=========
3
4
-0.6.0 (unreleased)
5
-``````````````````
+0.6.0
+`````
6
- Drop support for Python 3.8.
7
- Fix memory leak in ``dump`` and ``dumps`` when an invalid ``mode`` is provided.
8
pyproject.toml
@@ -7,7 +7,7 @@ packages = []
[project]
9
name = "python-bsonjs"
10
-version = "0.6.0.dev0"
+version = "0.6.0"
11
description = "A library for converting between BSON and JSON."
12
readme = "README.rst"
13
license = { file = "LICENSE" }
0 commit comments