Skip to content

Commit

Permalink
Prepare 0.7.0 (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen Siering authored Jan 28, 2019
1 parent 1273e33 commit 0539807
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,24 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]

### Added
- Add (*Config).Has. #127
- Add (*Config).Remove. #126

### Changed

### Deprecated

### Removed
- Remove CI and support for go versions <1.10. #128

### Fixed

## [0.7.0]

### Added
- Add (*Config).Has. #127
- Add (*Config).Remove. #126

### Removed
- Remove CI and support for go versions <1.10. #128

## [0.6.5]

### Added
Expand Down Expand Up @@ -228,8 +234,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Introduced CHANGELOG.md for documenting changes to ucfg.


[Unreleased]: https://github.com/elastic/go-ucfg/compare/v0.6.5...HEAD
[0.6.4]: https://github.com/elastic/go-ucfg/compare/v0.6.4...v0.6.5
[Unreleased]: https://github.com/elastic/go-ucfg/compare/v0.7.0...HEAD
[0.7.0]: https://github.com/elastic/go-ucfg/compare/v0.6.5...v0.7.0
[0.6.5]: https://github.com/elastic/go-ucfg/compare/v0.6.4...v0.6.5
[0.6.4]: https://github.com/elastic/go-ucfg/compare/v0.6.3...v0.6.4
[0.6.3]: https://github.com/elastic/go-ucfg/compare/v0.6.2...v0.6.3
[0.6.2]: https://github.com/elastic/go-ucfg/compare/v0.6.1...v0.6.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ The above uses `Counter` as the config variable. ucfg assures that the value is

ucfg has the following requirements:

* Golang 1.7+
* Golang 1.10+

0 comments on commit 0539807

Please sign in to comment.