Skip to content

Commit

Permalink
Release 1.0.0-rc.2 (#5)
Browse files Browse the repository at this point in the history
Time for another release candidate.
  • Loading branch information
philandstuff authored Feb 16, 2020
1 parent b08ae39 commit 35988cf
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

## [Unreleased]

[Unreleased]: https://github.com/philandstuff/dhall-golang/compare/v1.0.0-rc.2...HEAD

## [1.0.0-rc.2] - 2020-02-09

[1.0.0-rc.2]: https://github.com/philandstuff/dhall-golang/compare/v1.0.0-rc.1...v1.0.0-rc.2

Another release candidate. As promised, the `core` package is still
in flux and has undergone a huge refactor in this release. Along with
that, the godoc has been vastly improved, and a new README has been
written to replace the previous scrappy development notes.

Also, this brings dhall-golang up to version 14.0.0 of the language
standard.

### Breaking changes

- refactoring of the `core` package
Expand Down Expand Up @@ -29,8 +43,6 @@
to represent `List a`, `Optional a` and `None a` Values
respectively

[Unreleased]: https://github.com/philandstuff/dhall-golang/compare/v1.0.0-rc.1...HEAD

## [1.0.0-rc.1] - 2020-02-09

### Changed
Expand Down

0 comments on commit 35988cf

Please sign in to comment.