Skip to content

Commit

Permalink
Bump version to 6.0.0, update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronC81 committed May 22, 2023
1 parent 9fb9844 commit 7c4d5ae
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/).

## [6.0.0] - 2023-05-02
### Changed
- **Breaking change**: Now targets RBS 3.0

## [5.1.0] - 2023-05-22
### Added
- Add support for a single `@overload` tag, typically used to describe methods defined outside of
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.1.0'
VERSION = '6.0.0'
end

0 comments on commit 7c4d5ae

Please sign in to comment.