Skip to content

Commit 34796c5

Browse files
committed
Update version / changelog
1 parent e946455 commit 34796c5

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

3+
# [0.9.38] - December 5th, 2025
4+
5+
[0.9.38]: https://github.com/lsegal/yard/compare/v0.9.37...v0.9.38
6+
7+
- Add support for complex constant assignment (#1599)
8+
- Add support for Data type structs (#1600)
9+
- Support multi method duck type syntax in type explainer (#1631)
10+
- Improve Ruby 3.5 compatibility (#1616)
11+
- Update documentation for various type annotations (#1615)
12+
- JavaScript frontend updates (resizer, JS bugs, reduce console verbosity) for default template
13+
- Fix beginless/endless range errors (#1549, #1625)
14+
- Fix path structure in Templates.md documentation (#1588)
15+
- Fix signature handling in overload (#1590)
16+
- Fix handling of **nil with named block (#1623)
17+
- Fix directives in empty class bodies (#1624)
18+
- Fix parsing of array within array syntax (#1604)
19+
- Fix parsing of visibility keywords in front of class methods (#1632)
20+
321
# [0.9.37] - September 4th, 2024
422

523
[0.9.37]: https://github.com/lsegal/yard/compare/v0.9.36...v0.9.37

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.37'
5+
VERSION = '0.9.38'
66
end

0 commit comments

Comments
 (0)