Skip to content

Commit

Permalink
Bump package version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MaybeJustJames committed Dec 21, 2020
1 parent 03dff07 commit 44f724b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.1.1]
## Fixed
- A bug causing strings containing a colon to be interpreted as a mapping.
- A bug causing the list decoder to fail on empty strings.
Expand All @@ -16,5 +18,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Some small documentation issues and typos

[Unreleased]: https://github.com/MaybeJustJames/yaml/compare/1.0.0...HEAD
[Unreleased]: https://github.com/MaybeJustJames/yaml/compare/1.1.1...HEAD
[1.1.1]: https://github.com/MaybeJustJames/yaml/compare/1.1.0...1.1.1
[1.1.0]: https://github.com/MaybeJustJames/yaml/compare/1.0.0...1.1.0
2 changes: 1 addition & 1 deletion elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "MaybeJustJames/yaml",
"summary": "Work with YAML in Elm",
"license": "BSD-3-Clause",
"version": "1.1.0",
"version": "1.1.1",
"exposed-modules": [
"Yaml.Decode",
"Yaml.Encode"
Expand Down

0 comments on commit 44f724b

Please sign in to comment.