Skip to content

Commit e1ae0db

Browse files
committed
1 parent 1797a18 commit e1ae0db

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# main
22

3+
# [0.9.40] - April 12th, 2026
4+
5+
[0.9.40]: https://github.com/lsegal/yard/compare/v0.9.39...v0.9.40
6+
37
- Add support for Ruby .rbs files (docstrings included) (#1673)
48
- Add built-in hybrid RDoc/Markdown renderer (`HybridMarkdown`) requiring no external gems (#1674)
59
- Add support for `#-` as a comment-block separator. See Getting Started Guide.

lib/yard/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# frozen_string_literal: true
33

44
module YARD
5-
VERSION = '0.9.39'
5+
VERSION = '0.9.40'
66
end

0 commit comments

Comments
 (0)