From ae11d3d7da1af89108ad8098d71a1e033eea5f4d Mon Sep 17 00:00:00 2001 From: Aleksei Matiushkin Date: Wed, 30 Aug 2023 07:12:25 +0200 Subject: [PATCH] :paperclip: version bump --- README.md | 1 + mix.exs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 80ab38d..e4ff852 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,7 @@ Instead of `@syntax` module attribute, one might use ## Changelog +- **`0.9.10`** [:ant:] escape in blocks (credits @adriansalamon,) sup, sub, center, youtube - **`0.9.9`** [:ant:] fixed nested mixed lists - **`0.9.7`** [:ant:] fixed custom parsers invocation - **`0.9.4`** adds `class: "empty-anchor"` to tags expecting attributes to be set, fixed :ant: with nested brackets diff --git a/mix.exs b/mix.exs index 224c377..a56023c 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Md.MixProject do use Mix.Project @app :md - @version "0.9.9" + @version "0.9.10" def project do [