From 49509daac08bcf45226c7f7e1bfe0e01e97f94e3 Mon Sep 17 00:00:00 2001 From: Mike Patrick Date: Mon, 2 Dec 2024 16:16:57 +0000 Subject: [PATCH] Bump minor version to 8.8.0 Mostly stripping trailing whitespace from lines within an address block, to prevent Kramdown from converting them into unintended additional line breaks. --- CHANGELOG.md | 10 +++++----- lib/govspeak/version.rb | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d66ad4b..47b1249 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,13 @@ # Changelog -## Unreleased +## 8.8.0 -* Strip trailing backslashes from the lines of an address +* Strip trailing backslashes from the lines of an address ([#371](https://github.com/alphagov/govspeak/pull/371)) * When replacing line breaks with "<br>"s in the parsing of address blocks, -replace the whole "\r\n" line break and not just the "\n" character +replace the whole "\r\n" line break and not just the "\n" character ([#371](https://github.com/alphagov/govspeak/pull/371)) * Only strip a leading line break from an address block, not just any old first -occurrence of a line break -* Strip trailing whitespace from the lines of an address +occurrence of a line break ([#371](https://github.com/alphagov/govspeak/pull/371)) +* Strip trailing whitespace from the lines of an address ([#371](https://github.com/alphagov/govspeak/pull/371)) ## 8.7.0 diff --git a/lib/govspeak/version.rb b/lib/govspeak/version.rb index 41b5149..f962661 100644 --- a/lib/govspeak/version.rb +++ b/lib/govspeak/version.rb @@ -1,3 +1,3 @@ module Govspeak - VERSION = "8.7.0".freeze + VERSION = "8.8.0".freeze end