Skip to content

Commit

Permalink
Version 1.5.0.pre.3
Browse files Browse the repository at this point in the history
  • Loading branch information
soutaro committed Jul 5, 2023
1 parent 3ddcabc commit 267be3a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

## master

## 1.5.0.pre.3 (2023-07-05)

### Type checker core

* Resolve type names from TypeAssertion and TypeApplication ([#836](https://github.com/soutaro/steep/pull/836))

### Commandline tool

* Replace ElseOnExhaustiveCase by UnreachableBranch from steep/diagnostic/ruby.rb ([#833](https://github.com/soutaro/steep/pull/833))

### Language server

* Reuse the latest result to keep SignatureHelp opened while typing ([#835](https://github.com/soutaro/steep/pull/835))

## 1.5.0.pre.2 (2023-07-05)

### Language server
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:
steep (1.5.0.pre.2)
steep (1.5.0.pre.3)
activesupport (>= 5.1)
concurrent-ruby (>= 1.1.10)
csv (>= 3.0.9)
Expand Down
2 changes: 1 addition & 1 deletion lib/steep/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Steep
VERSION = "1.5.0.pre.2"
VERSION = "1.5.0.pre.3"
end

0 comments on commit 267be3a

Please sign in to comment.