diff --git a/CHANGELOG.md b/CHANGELOG.md index 48e3109a8..bcbfda02b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lib/yard/version.rb b/lib/yard/version.rb index 92737934b..d7609cf38 100644 --- a/lib/yard/version.rb +++ b/lib/yard/version.rb @@ -2,5 +2,5 @@ # frozen_string_literal: true module YARD - VERSION = '0.9.36' + VERSION = '0.9.37' end