Skip to content

Commit

Permalink
release v5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mruoss committed Jan 12, 2024
1 parent 7b07cea commit 8ca824c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

<!-- ### Added | Changed | Deprecated | Removed | Fixed | Security -->

<!--------------------- Don't add new entries after this line --------------------->

## [5.1.1] - 2024-01-12

### Fixed

- handle quoted strings containing single quotes (should always use double quotes) [#179](https://github.com/ufirstgroup/ymlr/issues/179), [#181](https://github.com/ufirstgroup/ymlr/pull/181)
- handle string with leading or trailing whitespaces [#180](https://github.com/ufirstgroup/ymlr/issues/180), [#181](https://github.com/ufirstgroup/ymlr/pull/181)

<!--------------------- Don't add new entries after this line --------------------->

## [5.1.0] - 2023-12-27

### Added
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Ymlr.MixProject do
use Mix.Project

@source_url "https://github.com/ufirstgroup/ymlr"
@version "5.1.0"
@version "5.1.1"

def project do
[
Expand Down

0 comments on commit 8ca824c

Please sign in to comment.