Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
searls committed Aug 24, 2023
1 parent a2c0a1c commit 8b23c91
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Unreleased
# 2.0.0

* Add first-class support for [Sorbet](https://sorbet.org) type checking [#22](https://github.com/testdouble/mocktail/pull/22)
* **Breaking change (you probably won't care about)** - When an unknown object
is passed to `Mocktail.explain`, the returned object's `reference` will now be
set to a `NoExplanationData` instead of the thing that was passed. To access
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:
mocktail (1.2.3)
mocktail (2.0.0)
sorbet-eraser (~> 0.3.1)
sorbet-runtime (~> 0.5.9204)

Expand Down
2 changes: 1 addition & 1 deletion lib/mocktail/sorbet/mocktail/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ module Mocktail
Mocktail.send(:remove_const, :VERSION)
end

VERSION = "1.2.3"
VERSION = "2.0.0"
end
2 changes: 1 addition & 1 deletion lib/mocktail/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ module Mocktail
Mocktail.send(:remove_const, :VERSION)
end

VERSION = "1.2.3"
VERSION = "2.0.0"
end
2 changes: 1 addition & 1 deletion src/mocktail/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ module Mocktail
Mocktail.send(:remove_const, :VERSION)
end

VERSION = "1.2.3"
VERSION = "2.0.0"
end
2 changes: 1 addition & 1 deletion sub_projects/rbi_generator/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
mocktail (1.2.3)
mocktail (2.0.0)
sorbet-eraser (~> 0.3.1)
sorbet-runtime (~> 0.5.9204)

Expand Down
2 changes: 1 addition & 1 deletion sub_projects/sorbet_user/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
mocktail (1.2.3)
mocktail (2.0.0)
sorbet-eraser (~> 0.3.1)
sorbet-runtime (~> 0.5.9204)

Expand Down
2 changes: 1 addition & 1 deletion sub_projects/untyped_user/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
mocktail (1.2.3)
mocktail (2.0.0)
sorbet-eraser (~> 0.3.1)
sorbet-runtime (~> 0.5.9204)

Expand Down

0 comments on commit 8b23c91

Please sign in to comment.