Skip to content

Commit

Permalink
Bump version to 6.0.1; update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronC81 committed Jul 5, 2021
1 parent 3ba701c commit fbb87db
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
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/).

## [6.0.1] - 2021-02-28
### Changed
- Disabled runtime type checking for `TypedObject#name`, resulting in a
significant decrease in the time taken to run the conflict resolver.

## [6.0.0] - 2021-02-28
### Changed
- The RBI previously included with the Parlour gem has been removed,
Expand Down
2 changes: 1 addition & 1 deletion lib/parlour/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# typed: strong
module Parlour
# The library version.
VERSION = '6.0.0'
VERSION = '6.0.1'
end
2 changes: 1 addition & 1 deletion rbi/parlour.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module Kernel
end

module Parlour
VERSION = '6.0.0'
VERSION = '6.0.1'

class ConflictResolver
extend T::Sig
Expand Down

0 comments on commit fbb87db

Please sign in to comment.