From aefaecda8c4107ac3108a3bbf6da7cefd9bf834f Mon Sep 17 00:00:00 2001 From: Michael Ruoss Date: Sun, 16 Apr 2023 21:54:51 +0200 Subject: [PATCH] release v4.0.0 --- CHANGELOG.md | 14 ++++++++------ README.md | 2 +- mix.exs | 2 +- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea231dc..1ce42e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## Unreleased + + + + + + +## [4.0.0] - 2023-04-16 + ### Breaking Change **Up to and including version 3.x, `ymlr` would encode structs out of the box. @@ -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. - - - - - - ## [3.0.1] - 2022-09-05 ### Fixed diff --git a/README.md b/README.md index f4d5b30..0c8b4c7 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/mix.exs b/mix.exs index 92ddece..1f0a865 100644 --- a/mix.exs +++ b/mix.exs @@ -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 [