Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbourassa committed Sep 19, 2024
1 parent d4f9050 commit 023a231
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## v0.4.0

- Adjust Rustdoc's json parsing for format v26.
See https://github.com/rust-lang/rust/pull/111427 for the breaking change.
Expand Down
12 changes: 5 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
yard-rustdoc (0.3.2)
yard-rustdoc (0.4.0)
syntax_tree (~> 5.0)
yard (~> 0.9)

Expand All @@ -14,7 +14,7 @@ GEM
parallel (1.22.1)
parser (3.1.2.1)
ast (~> 2.4.1)
prettier_print (1.1.0)
prettier_print (1.2.1)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.6.0)
Expand All @@ -38,12 +38,10 @@ GEM
standard (1.18.0)
rubocop (= 1.39.0)
rubocop-performance (= 1.15.0)
syntax_tree (5.0.1)
prettier_print (>= 1.1.0)
syntax_tree (5.3.0)
prettier_print (>= 1.2.0)
unicode-display_width (2.3.0)
webrick (1.7.0)
yard (0.9.28)
webrick (~> 1.7.0)
yard (0.9.37)

PLATFORMS
arm64-darwin-21
Expand Down
2 changes: 1 addition & 1 deletion lib/yard-rustdoc/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module YARD
module Rustdoc
VERSION = "0.3.2"
VERSION = "0.4.0"
end
end

0 comments on commit 023a231

Please sign in to comment.