From 947b9acbc446c32433098f5118bb6921773213c2 Mon Sep 17 00:00:00 2001 From: Robert Dober Date: Wed, 2 Nov 2022 10:18:39 +0100 Subject: [PATCH] Release 1.4.33 --- RELEASE.md | 7 ++++++- mix.exs | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index b4ed9cb2..604514df 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,8 +1,13 @@ +## [Earmark](https://hex.pm/packages/earmark) 1.4.33 2022-11-02 + +- [Getting rid of some compiler warnings](https://github.com/pragdave/earmark/pull/453) + Kudos [Julien](https://github.com/jcrevits) + ## [Earmark](https://hex.pm/packages/earmark) 1.4.32 2022-10-31 - catching some bad options values earlier (`line` and `footnote_offset`) -- [Some typos](https://github.com/pragdave/earmark/pull/452) +- [Some typos](https://github.com/pragdave/earmark/pull/452)kkkk Kudos to [Thiago Araujo](https://github.com/thdaraujo) ## [Earmark](https://hex.pm/packages/earmark) 1.4.31 2022-10-20 diff --git a/mix.exs b/mix.exs index 0af2eb3f..552e8191 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Earmark.Mixfile do use Mix.Project - @version "1.4.32" + @version "1.4.33" @url "https://github.com/pragdave/earmark"