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 a4381b3 commit 49525a0Copy full SHA for 49525a0
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.0.3
+current_version = 0.0.2
3
commit = True
4
tag = True
5
CHANGELOG.rst
@@ -2,6 +2,14 @@
Changelog
=========
+0.0.3 (2022-07-14)
6
+------------------
7
+
8
+* Initial set of features to connect to the database.
9
+* ``Buffer`` and ``Sender`` classes.
10
+* First release where ``pip install questdb`` should work.
11
12
13
0.0.1 (2022-07-08)
14
------------------
15
0 commit comments