We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8681d6 commit ba01ffeCopy full SHA for ba01ffe
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## v0.4.1
6
+
7
- Adjust Rustdoc's json parsing for format v39.
8
9
## v0.4.0
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
remote: .
specs:
- yard-rustdoc (0.4.0)
+ yard-rustdoc (0.4.1)
syntax_tree (~> 6.0)
yard (~> 0.9)
lib/yard-rustdoc/version.rb
@@ -2,6 +2,6 @@
module YARD
module Rustdoc
- VERSION = "0.4.0"
+ VERSION = "0.4.1"
end
0 commit comments