Release version 0.8.0 and introduce changelog.
This commit is contained in:
parent
cdf83741c2
commit
b3e5a8e046
2 changed files with 4 additions and 1 deletions
3
CHANGELOG.md
Normal file
3
CHANGELOG.md
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
## 0.8.0 / 2015-03-09
|
||||||
|
* [CLEANUP] Introduced semantic versioning and changelog. From now on,
|
||||||
|
changes will be reported in this file.
|
||||||
2
Makefile
2
Makefile
|
|
@ -11,7 +11,7 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
VERSION := 0.7.1
|
VERSION := 0.8.0
|
||||||
TARGET := node_exporter
|
TARGET := node_exporter
|
||||||
|
|
||||||
include Makefile.COMMON
|
include Makefile.COMMON
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue