Skip to content

Commit

Permalink
Merge pull request #13 from DFE-Digital/release-1.0.0
Browse files Browse the repository at this point in the history
Release version 1.0.0
  • Loading branch information
paulrobertlloyd authored Jul 20, 2021
2 parents 6bf9bce + bc12c73 commit 4514993
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.md
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).
2 changes: 1 addition & 1 deletion Gemfile.lock
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

Expand Down
2 changes: 1 addition & 1 deletion lib/govuk_markdown/version.rb
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

0 comments on commit 4514993

Please sign in to comment.