Skip to content

Commit e70dbd1

Browse files
committed
bump to 4.3.0
1 parent d145bdd commit e70dbd1

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

History.rdoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
=== 4.3.0 / 2016-11-04
2+
3+
* Minor enhancements
4+
* Removed json dependency for Ruby 2.4.0
5+
* End to support Ruby 1.8.x
6+
17
=== 4.2.2 / 2016-02-09
28

39
* Bug fixes

lib/rdoc.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class Error < RuntimeError; end
6464
##
6565
# RDoc version you are using
6666

67-
VERSION = '4.2.2'
67+
VERSION = '4.3.0'
6868

6969
##
7070
# Method visibilities
@@ -184,4 +184,3 @@ def self.load_yaml
184184
autoload :Require, 'rdoc/require'
185185

186186
end
187-

0 commit comments

Comments
 (0)