Skip to content

Commit

Permalink
Version 1.5.0.pre.2
Browse files Browse the repository at this point in the history
The last release `1.5.0.pre.1` didn’t contain #823 because it was not synchronized with the `HEAD` while release work…

The `1.5.0.pre.1` was released from my laptop and the commit history of `master` is incorrect.

`1.5.0.pre.2` fixes the problem. The release is synchronized with the commit on `master` and CHANGELOG was fixed.
  • Loading branch information
soutaro committed Jul 5, 2023
1 parent a43b83a commit 768c893
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## master

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

### Language server

* Fix signature help is not shown for the optional chaining (&.) ([#832](https://github.com/soutaro/steep/pull/832))

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

### Type checker core
Expand Down Expand Up @@ -30,7 +36,6 @@

### Language server

* Fix signature help is not shown for the optional chaining (&.) ([#832](https://github.com/soutaro/steep/pull/832))
* Completion in annotations ([#818](https://github.com/soutaro/steep/pull/818))
* Implement *go to type definition* ([#784](https://github.com/soutaro/steep/pull/784))

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.1)
steep (1.5.0.pre.2)
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.1"
VERSION = "1.5.0.pre.2"
end

0 comments on commit 768c893

Please sign in to comment.