File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ Unreleased]
8
+ - No changes yet.
9
+
7
10
## [ 1.4.0] - 2019-11-19
8
11
### Changed
9
12
- Migrate to Go modules.
@@ -94,6 +97,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
94
97
### Removed
95
98
- Trim ` Provider ` interface down to just ` Name ` and ` Get ` .
96
99
100
+ [ Unreleased ] : https://github.com/uber-go/config/compare/v1.4.0...HEAD
97
101
[ 1.4.0 ] : https://github.com/uber-go/config/compare/v1.3.1...v1.4.0
98
102
[ 1.3.1 ] : https://github.com/uber-go/config/compare/v1.3.0...v1.3.1
99
103
[ 1.3.0 ] : https://github.com/uber-go/config/compare/v1.2.2...v1.3.0
Original file line number Diff line number Diff line change 21
21
package config // import "go.uber.org/config"
22
22
23
23
// Version is the current semantic version.
24
- const Version = "1.4 .0"
24
+ const Version = "1.5 .0"
You can’t perform that action at this time.
0 commit comments