Skip to content

Commit

Permalink
Bump version to 5.0.1, update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronC81 committed May 2, 2023
1 parent 2ece5ab commit 6e174ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [5.0.1] - 2023-05-02
### Fixed
- Use `File#exist?` instead of `File#exists?`, for Ruby 3.2 support. Thanks @matmorel!

## [5.0.0] - 2022-10-06
### Added
- If a derived class does not provide tags for a method, but it is overridden from a base class
Expand Down
2 changes: 1 addition & 1 deletion lib/sord/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# typed: strong
module Sord
VERSION = '5.0.0'
VERSION = '5.0.1'
end

0 comments on commit 6e174ea

Please sign in to comment.