Skip to content

Commit

Permalink
Merge pull request #176 from haines/release-v0.5.0
Browse files Browse the repository at this point in the history
Prepare release v0.5.0
  • Loading branch information
haines authored Jun 12, 2023
2 parents 85bf488 + 6ed0754 commit 7fe865d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
No notable changes.

## [0.5.0] - 2023-06-12
### Changed
* Require Ruby ≥ 3.0 ([#175](https://github.com/haines/yard-relative_markdown_links/pull/175))
* Test against Ruby 3.1 ([#107](https://github.com/haines/yard-relative_markdown_links/pull/107))
Expand Down Expand Up @@ -44,7 +47,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- A YARD plugin to allow relative links between Markdown files ([#1](https://github.com/haines/yard-relative_markdown_links/pull/1))

[Unreleased]: https://github.com/haines/yard-relative_markdown_links/compare/v0.4.1...HEAD
[Unreleased]: https://github.com/haines/yard-relative_markdown_links/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/haines/yard-relative_markdown_links/compare/v0.4.1...v0.5.0
[0.4.1]: https://github.com/haines/yard-relative_markdown_links/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/haines/yard-relative_markdown_links/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/haines/yard-relative_markdown_links/compare/v0.2.0...v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
yard-relative_markdown_links (0.4.1)
yard-relative_markdown_links (0.5.0)
nokogiri (>= 1.14.3, < 2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/yard/relative_markdown_links/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
module YARD
module RelativeMarkdownLinks
# Current version of the yard-relative_markdown_links gem.
VERSION = "0.4.1"
VERSION = "0.5.0"
end
end

0 comments on commit 7fe865d

Please sign in to comment.