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 ad7eb24 commit 659956dCopy full SHA for 659956d
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!-- do not remove -->
4
5
+## 0.0.5
6
+
7
+Added contains operator to support metadata array values.
8
9
## 0.0.4
10
11
Various usability improvements.
settings.ini
@@ -1,7 +1,7 @@
1
[DEFAULT]
repo = python-vector
lib_name = timescale-vector
-version = 0.0.5
+version = 0.0.6
min_python = 3.7
license = apache2
black_formatting = False
timescale_vector/__init__.py
@@ -1 +1 @@
-__version__ = "0.0.5"
+__version__ = "0.0.6"
0 commit comments