diff options
author | Jan Mercl <0xjnml@gmail.com> | 2019-12-28 11:22:30 +0100 |
---|---|---|
committer | Jan Mercl <0xjnml@gmail.com> | 2019-12-28 11:22:30 +0100 |
commit | ea2990f2041f1564cf05b1e6510bdae19f2f25ff (patch) | |
tree | d450911f35602bc329b9876a40c0889a8d65e430 | |
parent | 45936a375aff7a72b87df54bb40896ff2ac25615 (diff) |
v1.2.0-alpha.3v1.2.0-alpha.3
-rw-r--r-- | doc.go | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -7,6 +7,13 @@ // // Changelog // +// 2019-12-28 v1.2.0-alpha.3: Third alpha fixes issue #19. +// +// It also bumps the minor version as the repository was wrongly already tagged +// with v1.1.0 before. Even though the tag was deleted there are proxies that +// cached that tag. Thanks /u/garaktailor for detecting the problem and +// suggesting this solution. +// // 2019-12-26 v1.1.0-alpha.2: Second alpha release adds support for accessing a // database concurrently by multiple goroutines and/or processes. v1.1.0 is now // considered feature-complete. Next planed release should be a beta with a |