Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
ktong committed Feb 4, 2024
1 parent abf91da commit 083f1f6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [v0.3.1] - 2024-02-03

### Added

- add Config.Explain to provide information about how Config resolve each value from loaders (#78).
Expand All @@ -16,18 +18,18 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

- Switch from mitchellh/mapstructure to go-viper/mapstructure (#69).

## [v0.3.0] - 11/17/2023
## [v0.3.0] - 2023-11-17

### Changed

- [BREAKING] Redesign API.

## [v0.2.0] - 3/18/2023
## [v0.2.0] - 2023-03-18

### Removed

- Remove file.WithLog to favor standard log.Printf (#32).

## [v0.1.0] - 3/12/2023
## [v0.1.0] - 2023-03-12

Initial alpha release.

0 comments on commit 083f1f6

Please sign in to comment.