Skip to content

Commit

Permalink
Version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
soutaro committed Mar 8, 2023
1 parent 863fef6 commit 076edfa
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## master

## 1.3.1 (2023-03-08)

### Miscellaneous

* Require rbs-2.8.x ([#732](https://github.com/soutaro/steep/pull/732))

## 1.3.0 (2022-11-25)

### Type checker core
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
steep (1.3.0)
steep (1.3.1)
activesupport (>= 5.1)
csv (>= 3.0.9)
fileutils (>= 1.1.0)
Expand All @@ -21,13 +21,13 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.4)
activesupport (7.0.4.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
ast (2.4.2)
concurrent-ruby (1.1.10)
concurrent-ruby (1.2.2)
csv (3.2.6)
debase (0.2.5.beta2)
debase-ruby_core_source (>= 0.10.12)
Expand All @@ -37,8 +37,8 @@ GEM
i18n (1.12.0)
concurrent-ruby (~> 1.0)
json (2.6.3)
language_server-protocol (3.17.0.2)
listen (3.7.1)
language_server-protocol (3.17.0.3)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.5.3)
Expand All @@ -48,7 +48,7 @@ GEM
minitest-slow_test (0.2.0)
minitest (>= 5.0)
parallel (1.22.1)
parser (3.1.2.1)
parser (3.2.1.1)
ast (~> 2.4.1)
pathname (0.2.1)
rainbow (3.1.1)
Expand All @@ -61,12 +61,12 @@ GEM
rake (>= 0.8.1)
securerandom (0.2.2)
stackprof (0.2.23)
strscan (3.0.5)
strscan (3.0.6)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
tzinfo (2.0.5)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.3.0)
unicode-display_width (2.4.2)

PLATFORMS
ruby
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.3.0"
VERSION = "1.3.1"
end

0 comments on commit 076edfa

Please sign in to comment.