Skip to content

Commit

Permalink
Add v0.2.0 release to the changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalloc committed Jan 19, 2019
1 parent afeb26a commit ee79e94
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,20 @@ The format is based on [Keep a Changelog], and this project adheres to
[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html

## [Unreleased]
## [0.2.0] - 2019-01-19

- Next release
### Added

- Added `Print()`, which prints directly to `os.Stdout`

### Fixed

- Fixed support for formatting of structs with unexported fields

## [0.1.1] - 2019-01-16

### Changed

- Use [Iago] for indentation, etc

## [0.1.0] - 2019-01-16
Expand All @@ -25,6 +33,7 @@ The format is based on [Keep a Changelog], and this project adheres to
[Unreleased]: https://github.com/dogmatiq/dapper
[0.1.1]: https://github.com/dogmatiq/dapper/releases/tag/v0.1.1
[0.1.0]: https://github.com/dogmatiq/dapper/releases/tag/v0.1.0
[0.2.0]: https://github.com/dogmatiq/dapper/releases/tag/v0.2.0

[Iago]: https://github.com/dogmatiq/iago

Expand Down

0 comments on commit ee79e94

Please sign in to comment.