Skip to content

Commit

Permalink
release v5.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mruoss committed Mar 12, 2024
1 parent a1b3096 commit 110c1d4
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,12 +10,14 @@ 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.3] - 2024-03-12

### Fixed

- Quote all versions of booleans when given as strings [#188](https://github.com/ufirstgroup/ymlr/issues/188), [#190](https://github.com/ufirstgroup/ymlr/issues/190)

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

## [5.1.2] - 2024-02-06

### Fixed
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.2"
@version "5.1.3"

def project do
[
Expand Down

0 comments on commit 110c1d4

Please sign in to comment.