Skip to content

Commit 12f56cf

Browse files
committed
Tag release v0.9.19
References: #1071, #1198, #1219, #1226, #1228, #1229, #1231, #1233, #1234, #1235
1 parent 6205335 commit 12f56cf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# master
22

3+
# 0.9.19 - April 2nd, 2019
4+
5+
[0.9.19]: https://github.com/lsegal/yard/compare/v0.9.16...v0.9.19
6+
37
- Fixed bug in browser back button (#1071, #1228)
48
- Fixed handling of ArgumentError in ExtraFileObject (#1198)
59
- Fixed double return tag displaying on boolean methods (#1226)

lib/yard/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# frozen_string_literal: true
33

44
module YARD
5-
VERSION = '0.9.16'
5+
VERSION = '0.9.19'
66
end

0 commit comments

Comments
 (0)