Skip to content

Commit

Permalink
Tag release v0.9.26
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegal committed Dec 27, 2020
1 parent 064a7bc commit d202e9d
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 @@
# main

# 0.9.26 - December 26th, 2020

[0.9.26]: https://github.com/lsegal/yard/compare/v0.9.25...v0.9.26

- Add support for Ruby 3.0 and fix tests
- Fix support for `frozen_string_literal: false` magic comments (#1363)

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.25'
VERSION = '0.9.26'
end

0 comments on commit d202e9d

Please sign in to comment.