Skip to content

Commit

Permalink
Bump version to 5.1.0, update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronC81 committed May 22, 2023
1 parent e60b829 commit e22c839
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ 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.1.0] - 2023-05-22
### Added
- Add support for a single `@overload` tag, typically used to describe methods defined outside of
Ruby. Thanks @ohai!

## [5.0.1] - 2023-05-02
### Fixed
- Use `File#exist?` instead of `File#exists?`, for Ruby 3.2 support. Thanks @matmorel!
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.1'
VERSION = '5.1.0'
end

0 comments on commit e22c839

Please sign in to comment.