Skip to content

Commit 86aff1e

Browse files
committed
Tag release v3.0.6
1 parent dbc0088 commit 86aff1e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# master
22

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+
37
- Add `--skip-restore` to samus build to skip restoring Git repository. Useful
48
with Docker build support in order to inspect output of a built release.
59
- Add `build/changelog-rotate` command for changelog rotation.

lib/samus/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Samus
2-
VERSION = '3.0.5'.freeze
2+
VERSION = '3.0.6'.freeze
33
end

0 commit comments

Comments
 (0)