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 872a336 commit 83bb354Copy full SHA for 83bb354
.bumpversion.toml
@@ -1,5 +1,5 @@
1
[tool.bumpversion]
2
-current_version = "0.2.3"
+current_version = "0.3.0"
3
parse = """(?x)
4
(?P<major>0|[1-9]\\d*)\\.
5
(?P<minor>0|[1-9]\\d*)\\.
package.json
@@ -1,6 +1,6 @@
{
"name": "@lancedb/arrow-flight-sql-client",
- "version": "0.2.3",
+ "version": "0.3.0",
"description": "A native typescript project for querying Flight SQL endpoints",
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
0 commit comments