Skip to content

Commit

Permalink
Tag release v0.9.27
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegal committed Nov 29, 2021
1 parent dd3d0ab commit 1046981
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# main

# 0.9.27 - November 29th, 2021

[0.9.27]: https://github.com/lsegal/yard/compare/v0.9.26...v0.9.27

- Add support for Ruby 3.0 endless method definitions. (#1376, #1381)
- Add existence check for README file (#1367)
- Support module_function decorator (#1365)
Expand Down
2 changes: 1 addition & 1 deletion lib/yard/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# frozen_string_literal: true

module YARD
VERSION = '0.9.26'
VERSION = '0.9.27'
end

0 comments on commit 1046981

Please sign in to comment.