Skip to content

Commit

Permalink
Tag release v0.9.20
Browse files Browse the repository at this point in the history
References:
  #1256
  • Loading branch information
lsegal committed Jun 27, 2019
1 parent da43056 commit 0320b89
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.20 - June 27th, 2019

[0.9.20]: https://github.com/lsegal/yard/compare/v0.9.19...v0.9.20

- Fix parsing of stringified Symbols in Ruby source (#1256).
- Fix path traversal vulnerability in `yard server`. This bug would allow
unsanitized HTTP requests to access arbitrary files on the machine of a
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.19'
VERSION = '0.9.20'
end

0 comments on commit 0320b89

Please sign in to comment.