Skip to content

Commit a9b7832

Browse files
Release 0.2.0
1 parent c3a66e1 commit a9b7832

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
88
## [Unreleased]
99

1010

11-
<a name="0.1.0"></a>
12-
## [0.1.0] - 2018-07-05
11+
<a name="0.2.0"></a>
12+
## [0.2.0] - 2018-07-12
1313
### Feature
14-
- Adds generate command
14+
- Adds support for multiple sources include files
1515

1616

17-
[Unreleased]: https://github.com/kenjones-cisco/dinamo/compare/0.1.0...HEAD
18-
[0.1.0]: https://github.com/kenjones-cisco/dinamo/compare/a46ea9d21590...0.1.0
17+
[Unreleased]: https://github.com/kenjones-cisco/dinamo/compare/0.2.0...HEAD
18+
[0.2.0]: https://github.com/kenjones-cisco/dinamo/compare/0.1.0...0.2.0

version/info.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var (
1212
GitDescribe string
1313

1414
// Version is main version number that is being run at the moment.
15-
Version = "0.1.0"
15+
Version = "0.2.0"
1616
)
1717

1818
const (

0 commit comments

Comments
 (0)