From 156caa9a0794d7c63e6d5a2d87a5b844906ca8d6 Mon Sep 17 00:00:00 2001 From: Marc Anguera Insa Date: Fri, 19 Jan 2024 23:31:03 +0100 Subject: [PATCH 1/2] bump version to v3.4.0 --- lib/middleman-syntax/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/middleman-syntax/version.rb b/lib/middleman-syntax/version.rb index aba8fc9..3132b14 100644 --- a/lib/middleman-syntax/version.rb +++ b/lib/middleman-syntax/version.rb @@ -1,5 +1,5 @@ module Middleman module Syntax - VERSION = "3.3.0" + VERSION = "3.4.0" end end From 47cee275e13d33817a76fff7126d278f79c39529 Mon Sep 17 00:00:00 2001 From: Marc Anguera Insa Date: Fri, 19 Jan 2024 23:31:41 +0100 Subject: [PATCH 2/2] update Changelog --- CHANGELOG.md | 32 ++++++++++++++++++++++---------- 1 file changed, 22 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87285a2..17b5b69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,19 +1,31 @@ -- Fixed HAML :code filter to remove trailing blank lines +# Changelog + +All notable changes to this project will be documented in this file. + +# 3.4.0 + +- Haml 6 support (#82, #84). +- Migrate CI from Travis to GitHub Actions (#83). + +# 3.3.0 + +- Remove trailing blank lines from HAML's :code filter (#79). +- Allow for Linewise Rouge formatter (#78). # 3.2.0 -- Prep for Middleman v5 +- Prep for Middleman v5. # 3.0.0 -- Upgrade to Rouge 2.0. #66. -- Added the ability to disable the line numbers on a specific code block when using Markdown and Redcarpet. #63. +- Upgrade to Rouge 2.0 (#66). +- Added the ability to disable the line numbers on a specific code block when using Markdown and Redcarpet (#63). - Lexer options are properly passed down to the highlighter. # 2.1.0 -- Version compatibility with Middleman 4. #58 -- Allow passing Rouge formatter options from the `code` helper. #50. +- Version compatibility with Middleman 4 (#58). +- Allow passing Rouge formatter options from the `code` helper (#50). - Fixed tests and code reorganization. # 2.0.0 @@ -32,17 +44,17 @@ # 1.2.0 - Support Kramdown as Markdown engine in addition to Redcarpet. -- Switch to Rouge from Pygments.rb +- Switch to Rouge from Pygments.rb. - Fix bugs around setting language options. # 1.1.1 -- Properly merge language attribute for Markdown. #14 +- Properly merge language attribute for Markdown (#14). # 1.1.0 -- Avoid errors when language is empty. #9 -- Allow passing options to Pygments. #5 & #7 +- Avoid errors when language is empty (#9). +- Allow passing options to Pygments (#5, #7). # 1.0.1