We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6205335 commit 12f56cfCopy full SHA for 12f56cf
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# master
2
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
7
- Fixed bug in browser back button (#1071, #1228)
8
- Fixed handling of ArgumentError in ExtraFileObject (#1198)
9
- Fixed double return tag displaying on boolean methods (#1226)
lib/yard/version.rb
@@ -2,5 +2,5 @@
# frozen_string_literal: true
module YARD
- VERSION = '0.9.16'
+ VERSION = '0.9.19'
end
0 commit comments