From 857c03d2caa05a91ec3c932284773d048ccfb0fa Mon Sep 17 00:00:00 2001 From: Soutaro Matsumoto Date: Thu, 26 Dec 2024 19:11:08 +0900 Subject: [PATCH] Version 1.9.3 --- CHANGELOG.md | 7 +++++++ Gemfile.lock | 2 +- lib/steep/version.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 996ce16a..cc0a12b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## 1.9.3 (2024-12-26) + +### Miscellaneous + +* Steep 1.9.1 ([#1398](https://github.com/soutaro/steep/pull/1398)) +* Update rbs ([#1443](https://github.com/soutaro/steep/pull/1443)) + ## 1.9.2 (2024-12-16) ### Type checker core diff --git a/Gemfile.lock b/Gemfile.lock index b881df16..47c34388 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - steep (1.9.2) + steep (1.9.3) activesupport (>= 5.1) concurrent-ruby (>= 1.1.10) csv (>= 3.0.9) diff --git a/lib/steep/version.rb b/lib/steep/version.rb index 2c6c23fb..754370a9 100644 --- a/lib/steep/version.rb +++ b/lib/steep/version.rb @@ -1,3 +1,3 @@ module Steep - VERSION = "1.9.2" + VERSION = "1.9.3" end