-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from DFE-Digital/release-1.0.0
Release version 1.0.0
- Loading branch information
Showing
3 changed files
with
13 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,18 @@ | ||
## 1.0.0 | ||
|
||
* Increase minimum supported Ruby version to >= 2.7.0 | ||
* Update dependencies | ||
* Fix RuboCop violations | ||
|
||
## 0.4.0 | ||
|
||
This release ensures all links get the `govuk-link` class, no matter which Markdown link syntax is used (#7). | ||
* Ensure all links get the `govuk-link` class, no matter which Markdown link syntax is used (#7) | ||
|
||
## 0.3.0 | ||
|
||
This release adds support for tables (#3) and avoids the notorious emphasised `snake_cased_words` issue (#4). | ||
* Add support for tables (#3) | ||
* Don’t emphasise snake_cased_words (#4) | ||
|
||
## 0.1.0 & 0.2.0 | ||
## 0.1.0 and 0.2.0 | ||
|
||
Initial release of the code, written by @benilovj and @fofr for the [Get help with tech project](https://github.com/DFE-Digital/get-help-with-tech/pull/171). | ||
Initial release of the code, written by @benilovj and @fofr for the [Get help with technology service](https://github.com/DFE-Digital/get-help-with-tech/pull/171). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
PATH | ||
remote: . | ||
specs: | ||
govuk_markdown (0.4.0) | ||
govuk_markdown (1.0.0) | ||
activesupport | ||
redcarpet | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module GovukMarkdown | ||
VERSION = "0.4.0".freeze | ||
VERSION = "1.0.0".freeze | ||
end |