From 0b9ea504060f3e5b1ae9c3e5d9586a5672ec5fc7 Mon Sep 17 00:00:00 2001 From: Maarten Bezemer Date: Thu, 7 Feb 2019 23:40:16 +0100 Subject: [PATCH] Release 2.0.3 --- .gitignore | 2 +- CHANGELOG.md | 8 ++++++++ Gemfile.lock | 2 +- lib/ruby-bbcode/version.rb | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b805f37..f817e6e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -*.gem +pkg .project todo rdoc diff --git a/CHANGELOG.md b/CHANGELOG.md index 47a03d8..e65d2f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,19 @@ Upcoming -------- +Version 2.0.3 - 07-Feb-2018 +--------------------------- + +* Require Ruby version 2.3.0 or higher +* Require activesupport version 4.2.2 or higher + Version 2.0.2 - 10-Apr-2017 +--------------------------- * Fix error when tags are in self-closing tags (issue #30) Version 2.0.1 - 15-Jan-2017 +--------------------------- * Remove EOL newlines before/after self-closing tags (issue #29) diff --git a/Gemfile.lock b/Gemfile.lock index dbc97e4..c2769a9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ruby-bbcode (2.0.2) + ruby-bbcode (2.0.3) activesupport (>= 4.2.2) GEM diff --git a/lib/ruby-bbcode/version.rb b/lib/ruby-bbcode/version.rb index 6ac2095..8a80071 100644 --- a/lib/ruby-bbcode/version.rb +++ b/lib/ruby-bbcode/version.rb @@ -2,5 +2,5 @@ module RubyBBCode # Version of RubyBBCode # # Follows semantic versioning: http://semver.org/ - VERSION = "2.0.2" + VERSION = "2.0.3" end