We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbc0088 commit 86aff1eCopy full SHA for 86aff1e
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# master
2
3
+# 3.0.6 - April 02nd, 2019
4
+
5
+[3.0.6]: https://github.com/lsegal/samus/compare/v3.0.5...v3.0.6
6
7
- Add `--skip-restore` to samus build to skip restoring Git repository. Useful
8
with Docker build support in order to inspect output of a built release.
9
- Add `build/changelog-rotate` command for changelog rotation.
lib/samus/version.rb
@@ -1,3 +1,3 @@
module Samus
- VERSION = '3.0.5'.freeze
+ VERSION = '3.0.6'.freeze
end
0 commit comments