Skip to content

Commit 5aef2ae

Browse files
committed
Prepare dcsg v0.4.0
1 parent 4ab3b67 commit 5aef2ae

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [Unreleased]
7+
## [v0.4.0]
8+
9+
Improved systemd reliability (thanks to @hermsi1337)
810

911
### Changed
1012
- Change the application version to v0.3.0
13+
- Improve systemd-reliability (see: dcsg#6)
1114

1215
## [v0.3.0] - 2017-03-11
1316

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
)
99

1010
const applicationName = "dcsg"
11-
const applicationVersion = "v0.3.0"
11+
const applicationVersion = "v0.4.0"
1212

1313
var (
1414
app = kingpin.New(applicationName, fmt.Sprintf("%s creates systemd services for Docker Compose projects (%s)", applicationName, applicationVersion))

0 commit comments

Comments
 (0)