Skip to content

Commit

Permalink
Update version to 0.9.37
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegal committed Sep 4, 2024
1 parent e96f226 commit e96ae99
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# main

# [0.9.37] - September 4th, 2024

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

- Fix JavaScript errors in `--one-file` template (#1426)
- Fix heredoc parsing and add support for squiggly heredocs (#1315, #1495)
- Accessibility improvements to the default template (#1501)
Expand Down
2 changes: 1 addition & 1 deletion lib/yard/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# frozen_string_literal: true

module YARD
VERSION = '0.9.36'
VERSION = '0.9.37'
end

0 comments on commit e96ae99

Please sign in to comment.