From 8e19bd7701987d5f9452f5b85fcd108bf35ed29d Mon Sep 17 00:00:00 2001 From: Robert Dober Date: Fri, 12 Jul 2024 19:59:15 +0200 Subject: [PATCH] Postrelease cleanup RELEASE.md version bump --- RELEASE.md | 31 ------------------------------- mix.exs | 2 +- 2 files changed, 1 insertion(+), 32 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 37f713e1..d5975760 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -42,37 +42,6 @@ really interesting in RNs, but shall be duely appreciated. - [Fixing broken link in doc](https://github.com/pragdave/earmark/pull/475) Kudos to [Rodolfo Carvalho](https://github.com/rhcarvalho) - - - - -- Lots of PRs for typespecs by - -### First a small explanation - -This has been backported from https://github.com/RobertDober/earmark_parser/pull/156. - -It seems however important to clarify some things concerning the _split_ between `Earmark` and `EarmarkParser` which -were confusing. - -They are **only** historically related and there is no formal dependency anymore. As I am still happy to help out with Earmark but also -very relieved not to be obliged I might as well continue to do backports bugfixes (but probably not new features). However -all decision about what will happen with `Earmark` and how the internal parser evolves will not be taken by me. - -This release is done beacause our [new maintainer](https://github.com/amit-chaudhari1) asked me to make it so (couldn't resist this one) -and because he accepted the PR for the backport. - -Unfortunately the naming of the projects and the internal module `Earmark.Parser` have made people unconfortable with bug reports. - -Please note two things here. - -Firstly, and most importantly, nowbody will be harsh or impolite of you file an issue in the _wrong_ project, we'll figure it out. - -Secondly I have opened an [Issue](https://github.com/pragdave/earmark/issues/500) about better documenting this in **both** projects. -All comments and ideas on this topic are very much welcome. - -Hopefully this will become much clearer soon. - ## [Earmark](https://hex.pm/packages/earmark) 1.4.46 2023-10-01 Again much appreciated help from José diff --git a/mix.exs b/mix.exs index b05524b5..c5567257 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Earmark.Mixfile do use Mix.Project - @version "1.4.47" + @version "1.4.48" @url "https://github.com/pragdave/earmark"