Skip to content

Commit

Permalink
release v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mruoss committed Apr 16, 2023
1 parent 9b8bb2c commit aefaecd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
14 changes: 8 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased

<!-- Add your changelog entry to the relevant subsection -->

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

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

## [4.0.0] - 2023-04-16

### Breaking Change

**Up to and including version 3.x, `ymlr` would encode structs out of the box.
Expand All @@ -22,12 +30,6 @@ for further information.**
* Adds an option `atoms` to encode atom map keys with a leading colon.
* Tuples are now encoded as lists.

<!-- Add your changelog entry to the relevant subsection -->

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

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

## [3.0.1] - 2022-09-05

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The package can be installed by adding `ymlr` to your list of dependencies in `m
```elixir
def deps do
[
{:ymlr, "~> 3.0"}
{:ymlr, "~> 4.0"}
]
end
```
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 "3.0.1"
@version "4.0.0"

def project do
[
Expand Down

0 comments on commit aefaecd

Please sign in to comment.