diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d68dec..26095a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## v0.2.0 (2024-07-04) + +* instead of `{:role="epigraph"}` we have to use `{:.epigraph}` now for epigraph-like blockquotes: that aligns it with the rest of the "modificators" which are based on the `class` attribute contents +* made general refactornig (and improved Sidenotes and Blockquotes processors) +* introduced CI to the development flow +* introduced Dependabot auto-updates + ## v0.1.0 (2024-07-01) * Genesis! diff --git a/mix.exs b/mix.exs index 9e4139a..a4ef9cd 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Tuftemark.MixProject do use Mix.Project - @version "0.1.0" + @version "0.2.0" @url "https://github.com/stackfusion/tuftemark" def project do