Skip to content

Commit f06d5d0

Browse files
committed
Release 0.1.1
1 parent 170cd77 commit f06d5d0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## [Unreleased]
22

3+
## [0.1.1] - 2022-08-25
4+
5+
- Parser: distinguish comments before a bullet `- ` and after it
6+
- Emitter: various improvements
7+
38
## [0.1.0] - 2022-08-24
49

510
- Initial release

lib/psych/comments/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Psych
44
module Comments
5-
VERSION = "0.1.0"
5+
VERSION = "0.1.1"
66
end
77
end

0 commit comments

Comments
 (0)