Skip to content

Commit 2659ecd

Browse files
committed
1 parent 2b467e0 commit 2659ecd

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.45] - July 14th, 2026
4+
5+
[0.9.45]: https://github.com/lsegal/yard/compare/v0.9.44...v0.9.45
6+
37
- Use `@param` types to document generated `Struct.new` and `Data.define` members (#1684)
48
- Add compatibility with RDoc 8
59
- Fix TypesExplainer parsing of types following Hash collections (#1688)

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

0 commit comments

Comments
 (0)