aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Majewsky <stefan.majewsky@sap.com>2021-05-28 14:47:02 +0200
committerStefan Majewsky <stefan.majewsky@sap.com>2021-05-28 14:47:02 +0200
commit0ad995d13893ddf0afac14dcb28c3f57ba6ae6e1 (patch)
tree6b09540b9e6247a48ee9db10256ebb9e9bfcf4af
parentd9ff5020601ca066eba21d70719a34320392d086 (diff)
downloadgo-schwift-1.0.0.tar.gz
v1.0.0v1.0.0
-rw-r--r--CHANGELOG.md6
-rw-r--r--version.go2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..f94fcbd
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,6 @@
+# v1.0.0 (2021-05-28)
+
+Initial release. The library had been mostly feature-complete since 2018, but I
+never got around to actually tagging a 1.0.0 since a few less-used features are
+missing in the API (mostly object versioning). The 1.0.0 release was overdue,
+though, given that this library was already used in many prod deployments.
diff --git a/version.go b/version.go
index 17f07d7..9f36571 100644
--- a/version.go
+++ b/version.go
@@ -19,4 +19,4 @@
package schwift
//Version contains the version number of Schwift.
-const Version = "1.0-beta"
+const Version = "1.0.0"