We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 170cd77 commit f06d5d0Copy full SHA for f06d5d0
CHANGELOG.md
@@ -1,5 +1,10 @@
1
## [Unreleased]
2
3
+## [0.1.1] - 2022-08-25
4
+
5
+- Parser: distinguish comments before a bullet `- ` and after it
6
+- Emitter: various improvements
7
8
## [0.1.0] - 2022-08-24
9
10
- Initial release
lib/psych/comments/version.rb
@@ -2,6 +2,6 @@
module Psych
module Comments
- VERSION = "0.1.0"
+ VERSION = "0.1.1"
end
0 commit comments