diff options
| -rw-r--r-- | CHANGELOG.adoc | 7 | ||||
| -rw-r--r-- | go.mod | 2 | ||||
| -rw-r--r-- | go.sum | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 3bd5629c..99945418 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -1,7 +1,10 @@ = CHANGELOG :toc: -== share v0.2.0 +This library is released each month, either at the end of month or at the +first week of next month. + +== share v0.2.0 (2019-01-02) === New Features @@ -15,7 +18,7 @@ system and simplified routing handler. Fix warnings from linters. -== share v0.1.0 +== share v0.1.0 (2018-11-29) The first release of `share` package contains one command line interface (CLI) and several libraries. @@ -1,3 +1,3 @@ module github.com/shuLhan/share -require golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e +require golang.org/x/sys v0.0.0-20181228144115-9a3f9b0469bb @@ -1,2 +1,2 @@ -golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e h1:o3PsSEY8E4eXWkXrIP9YJALUkVZqzHJT5DOasTyn8Vs= -golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= +golang.org/x/sys v0.0.0-20181228144115-9a3f9b0469bb h1:pf3XwC90UUdNPYWZdFjhGBE7DUFuK3Ct1zWmZ65QN30= +golang.org/x/sys v0.0.0-20181228144115-9a3f9b0469bb/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= |
