Skip to content

Commit

Permalink
Bump minor version to 8.8.0
Browse files Browse the repository at this point in the history
Mostly stripping trailing whitespace from lines within an address block,
to prevent Kramdown from converting them into unintended additional line
breaks.
  • Loading branch information
mike3985 committed Dec 18, 2024
1 parent 210ac6d commit 9c17377
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/govspeak/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Govspeak
VERSION = "8.7.0".freeze
VERSION = "8.8.0".freeze
end

0 comments on commit 9c17377

Please sign in to comment.