Skip to content

Commit 84c983d

Browse files
committed
Tag release v0.9.25
References: #1270, #1275, #1301, #1304, #1307, #1308, #1312, #1313, #1318, #1320, #1322, #1323, #1324, #1326, #1327
1 parent 40a4ca9 commit 84c983d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# master
22

3+
# 0.9.25 - May 3rd, 2020
4+
5+
[0.9.25]: https://github.com/lsegal/yard/compare/v0.9.24...v0.9.25
6+
37
- Fix parsing issue with conditional blocks mixed with conditional modifiers.
48
(#1308, #1324, #1326, #1327)
59
- Add table of contents IDs to redcarpet generated markdown. (#1323)

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

0 commit comments

Comments
 (0)