Skip to content

Commit

Permalink
Prepare for 2.1.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MaybeJustJames committed Dec 5, 2024
1 parent d4731ac commit 85ab09b
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]

## [2.1.5]
### Fixed
- Added support for literal multi-line strings ([#36](https://github.com/MaybeJustJames/yaml/pull/36) by [lovebug356](https://github.com/lovebug356))

Expand Down Expand Up @@ -64,7 +66,8 @@ 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/2.1.4...HEAD
[Unreleased]: https://github.com/MaybeJustJames/yaml/compare/2.1.5...HEAD
[2.1.5]: https://github.com/MaybeJustJames/yaml/compare/2.1.4...2.1.5
[2.1.4]: https://github.com/MaybeJustJames/yaml/compare/2.1.3...2.1.4
[2.1.3]: https://github.com/MaybeJustJames/yaml/compare/2.1.2...2.1.3
[2.1.2]: https://github.com/MaybeJustJames/yaml/compare/2.1.1...2.1.2
Expand Down
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": "2.1.4",
"version": "2.1.5",
"exposed-modules": [
"Yaml.Decode",
"Yaml.Encode"
Expand Down

0 comments on commit 85ab09b

Please sign in to comment.