Skip to content

Commit

Permalink
Bump version to 1.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickmn committed Jun 25, 2020
1 parent 3e697cf commit fdaabaf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 1.1.0.0 - 2020-06-25

### Changed

- Every change to the YAML output format will now result in a bump of B
in A.B.C.D to more closely follow the Haskell PVP. B will be bumped in
case of small changes and bug fixes, and A if a change is expected to
cause problems with common YAML 1.1 or 1.2 decoders.
- `encodeDocuments` and `encodeQuotedDocuments` now output a leading `---`

## 1.0.6.0 - 2020-02-27

### Changed
Expand Down
2 changes: 1 addition & 1 deletion aeson-yaml.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 1.12

name: aeson-yaml
version: 1.0.6.0
version: 1.1.0.0
homepage: https://github.com/clovyr/aeson-yaml
bug-reports: https://github.com/clovyr/aeson-yaml/issues
author: Patrick Nielsen
Expand Down

0 comments on commit fdaabaf

Please sign in to comment.