Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit 5a87c11

Browse files
committed
Release 2.1.0
1 parent 8de6daf commit 5a87c11

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
Upcoming
22
--------
33

4+
Version 2.1.0 - 30-May-2019
5+
---------------------------
6+
47
* Use rubocup and sonargraph and fix minor issues
5-
* Make behavior of unknown tags configurable ([#36](https://github.com/veger/ruby-bbcode/issues/36))
8+
* Make behavior of unknown tags configurable ([#33](https://github.com/veger/ruby-bbcode/issues/36))
69
* Allow tags inside link tags ([#32](https://github.com/veger/ruby-bbcode/issues/32))
710
* Do not convert newlines to HTML br element for 'block tags' ([#31](https://github.com/veger/ruby-bbcode/issues/31))
811

lib/ruby-bbcode/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ module RubyBBCode
22
# Version of RubyBBCode
33
#
44
# Follows semantic versioning: http://semver.org/
5-
VERSION = '2.0.3'.freeze
5+
VERSION = '2.1.0'.freeze
66
end

0 commit comments

Comments
 (0)