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

Commit 0f6309e

Browse files
committed
Bump version and update CHANGELOG
1 parent d55e5ac commit 0f6309e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Upcoming
22
--------
33

4+
Version 2.0.1 - 15-Jan-2015
5+
6+
* Remove EOL newlines before/after self-closing tags (issue #29)
7+
48
Version 2.0.0 - 09-Apr-2015
59
---------------------------
610

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
ruby-bbcode (2.0.0)
4+
ruby-bbcode (2.0.1)
55
activesupport (>= 3.2.3)
66

77
GEM

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.0"
5+
VERSION = "2.0.1"
66
end

0 commit comments

Comments
 (0)