From c862f835102e1f9c58f3fa39d2ed43cb21791d97 Mon Sep 17 00:00:00 2001 From: Magnus Bergmark Date: Thu, 8 Feb 2024 16:28:49 +0100 Subject: [PATCH] Release version 5.2.1 --- Changelog.md | 8 +++++++- lib/roadie/version.rb | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 7134aee..2da00b7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,12 @@ ### dev -[full changelog](https://github.com/Mange/roadie/compare/v5.2.0...master) +[full changelog](https://github.com/Mange/roadie/compare/v5.2.1...master) + +Nothing yet. + +### dev + +[full changelog](https://github.com/Mange/roadie/compare/v5.2.0...v5.2.1) - Don't strip the [`:root` pseudo-class](https://developer.mozilla.org/en-US/docs/Web/CSS/:root) - [Asger Behncke Jacobsen](https://github.com/asgerb) (#173) diff --git a/lib/roadie/version.rb b/lib/roadie/version.rb index a2b3616..6b9df2d 100644 --- a/lib/roadie/version.rb +++ b/lib/roadie/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Roadie - VERSION = "5.2.0" + VERSION = "5.2.1" end