We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e96f226 commit e96ae99Copy full SHA for e96ae99
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# main
2
3
+# [0.9.37] - September 4th, 2024
4
+
5
+[0.9.37]: https://github.com/lsegal/yard/compare/v0.9.36...v0.9.37
6
7
- Fix JavaScript errors in `--one-file` template (#1426)
8
- Fix heredoc parsing and add support for squiggly heredocs (#1315, #1495)
9
- Accessibility improvements to the default template (#1501)
lib/yard/version.rb
@@ -2,5 +2,5 @@
# frozen_string_literal: true
module YARD
- VERSION = '0.9.36'
+ VERSION = '0.9.37'
end
0 commit comments