Skip to content

Commit

Permalink
Tag release v0.9.19
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegal committed Apr 2, 2019
1 parent 6205335 commit 12f56cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# master

# 0.9.19 - April 2nd, 2019

[0.9.19]: https://github.com/lsegal/yard/compare/v0.9.16...v0.9.19

- Fixed bug in browser back button (#1071, #1228)
- Fixed handling of ArgumentError in ExtraFileObject (#1198)
- Fixed double return tag displaying on boolean methods (#1226)
Expand Down
2 changes: 1 addition & 1 deletion lib/yard/version.rb
Expand Up @@ -2,5 +2,5 @@
# frozen_string_literal: true

module YARD
VERSION = '0.9.16'
VERSION = '0.9.19'
end

0 comments on commit 12f56cf

Please sign in to comment.