diff options
| -rw-r--r-- | CHANGELOG.md | 6 | ||||
| -rw-r--r-- | version.go | 2 |
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. @@ -19,4 +19,4 @@ package schwift //Version contains the version number of Schwift. -const Version = "1.0-beta" +const Version = "1.0.0" |
