We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d57bf9c + 18e4840 commit 2b61637Copy full SHA for 2b61637
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# CHANGELOG
2
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
13
## 1.9.1 (2024-12-09)
14
15
### Type checker core
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- steep (1.9.1)
+ steep (1.9.2)
activesupport (>= 5.1)
concurrent-ruby (>= 1.1.10)
csv (>= 3.0.9)
lib/steep/version.rb
@@ -1,3 +1,3 @@
module Steep
- VERSION = "1.9.1"
+ VERSION = "1.9.2"
end
0 commit comments