Skip to content

Commit

Permalink
Merge pull request #1241 from soutaro/version-1.8.0
Browse files Browse the repository at this point in the history
Version 1.8.0
  • Loading branch information
soutaro authored Sep 30, 2024
2 parents 744e7e4 + 3f5282d commit 44109d5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## 1.8.0 (2024-09-30)

### Type checker core

* RBS validation ([#1239](https://github.com/soutaro/steep/pull/1239))
* Add special path for `Kernel#class` method ([#1229](https://github.com/soutaro/steep/pull/1229))

## 1.8.0.pre.2 (2024-09-18)

### Type checker core
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
steep (1.8.0.pre.2)
steep (1.8.0)
activesupport (>= 5.1)
concurrent-ruby (>= 1.1.10)
csv (>= 3.0.9)
Expand All @@ -12,7 +12,7 @@ PATH
logger (>= 1.3.0)
parser (>= 3.1)
rainbow (>= 2.2.2, < 4.0)
rbs (~> 3.6.0.pre)
rbs (~> 3.6.0)
securerandom (>= 0.1)
strscan (>= 1.0.0)
terminal-table (>= 2, < 4)
Expand Down Expand Up @@ -73,7 +73,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rbs (3.6.0.pre.3)
rbs (3.6.0)
logger
rdoc (6.7.0)
psych (>= 4.0.0)
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.8.0.pre.2"
VERSION = "1.8.0"
end
2 changes: 1 addition & 1 deletion steep.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "rainbow", ">= 2.2.2", "< 4.0"
spec.add_runtime_dependency "listen", "~> 3.0"
spec.add_runtime_dependency "language_server-protocol", ">= 3.15", "< 4.0"
spec.add_runtime_dependency "rbs", "~> 3.6.0.pre"
spec.add_runtime_dependency "rbs", "~> 3.6.0"
spec.add_runtime_dependency "concurrent-ruby", ">= 1.1.10"
spec.add_runtime_dependency "terminal-table", ">= 2", "< 4"
spec.add_runtime_dependency "securerandom", ">= 0.1"
Expand Down

0 comments on commit 44109d5

Please sign in to comment.