From 0664d22a0256f2cd8ccd73c23b962768684c587d Mon Sep 17 00:00:00 2001 From: Soutaro Matsumoto Date: Wed, 27 Jul 2022 14:14:08 +0900 Subject: [PATCH] Version 1.1.0 --- CHANGELOG.md | 6 ++++++ Gemfile.lock | 2 +- lib/steep/version.rb | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 880bc1f50..ebbdb8bd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## master +## 1.1.0 (2022-07-27) + +### Type checker core + +* Fix `#each_child_node` ([#612](https://github.com/soutaro/steep/pull/612)) + ## 1.1.0.pre.1 (2022-07-26) ### Type checker core diff --git a/Gemfile.lock b/Gemfile.lock index 360b126b0..ee3dd2849 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - steep (1.1.0.pre.1) + steep (1.1.0) activesupport (>= 5.1) language_server-protocol (>= 3.15, < 4.0) listen (~> 3.0) diff --git a/lib/steep/version.rb b/lib/steep/version.rb index e466fadbf..23cad5615 100644 --- a/lib/steep/version.rb +++ b/lib/steep/version.rb @@ -1,3 +1,3 @@ module Steep - VERSION = "1.1.0.pre.1" + VERSION = "1.1.0" end