Skip to content

Commit 2b61637

Browse files
authored
Merge pull request #1411 from soutaro/version-1.9.2
Version 1.9.2
2 parents d57bf9c + 18e4840 commit 2b61637

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# CHANGELOG
22

3+
## 1.9.2 (2024-12-16)
4+
5+
### Type checker core
6+
7+
* Attach type assertion to keyword args ([#1410](https://github.com/soutaro/steep/pull/1410))
8+
9+
### Miscellaneous
10+
11+
* deps: Add uri gem to dependencies list ([#1402](https://github.com/soutaro/steep/pull/1402))
12+
313
## 1.9.1 (2024-12-09)
414

515
### Type checker core

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
steep (1.9.1)
4+
steep (1.9.2)
55
activesupport (>= 5.1)
66
concurrent-ruby (>= 1.1.10)
77
csv (>= 3.0.9)

lib/steep/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Steep
2-
VERSION = "1.9.1"
2+
VERSION = "1.9.2"
33
end

0 commit comments

Comments
 (0)