Skip to content

Commit

Permalink
Tag release v0.9.36
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegal committed Feb 29, 2024
1 parent 1fcb2d8 commit e833aac
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# main

# [0.9.36] - February 29th, 2024

[0.9.36]: https://github.com/lsegal/yard/compare/v0.9.35...v0.9.36

- Further XSS fixes for generated frameset pages (#1538)
- Improve tests for Ruby 3.3 compatibility (#1519, #1531)
- Documentation improvements (#1524)

# [0.9.35] - February 28th, 2024

[0.9.35]: https://github.com/lsegal/yard/compare/v0.9.34...v0.9.35
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.35'
VERSION = '0.9.36'
end

0 comments on commit e833aac

Please sign in to comment.