We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6601b3 commit 8ab3145Copy full SHA for 8ab3145
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
## mapiproxy NEXTVERSION - YYYY-MM-DD
4
5
+
6
+## mapiproxy 0.2.0 - 2024-10-04
7
8
First public release.
9
10
- This version can be used to connect to MonetDB and execute queries.
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "monetdb"
-version = "0.2.0-alpha.1"
+version = "0.2.0"
description = "Client library for MonetDB, a high performance SQL database for analytics"
authors = [ "Joeri van Ruth <joeri.van.ruth@monetdbsolutions.com>" ]
keywords = [ "monetdb", "database", "sql" ]
0 commit comments