Skip to content

Commit bcb1f46

Browse files
committed
Version 3.1.1
1 parent 6f4e8c5 commit bcb1f46

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## master
44

5+
## 3.1.2 (2023-07-27)
6+
7+
⚠️ Note that this patch level release may report additional validation errors that is caused by fix of type name resolution ([#1373](https://github.com/ruby/rbs/pull/1373)).
8+
9+
### Library changes
10+
11+
* Make `TypeNameResolver` more compatible with Ruby ([#1373](https://github.com/ruby/rbs/pull/1373))
12+
* Fix module alias normalizations ([#1393](https://github.com/ruby/rbs/pull/1393))
13+
514
## 3.1.1 (2023-07-18)
615

716
### Signature updates

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-
rbs (3.1.1)
4+
rbs (3.1.2)
55

66
PATH
77
remote: test/assets/test-gem

lib/rbs/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module RBS
4-
VERSION = "3.1.1"
4+
VERSION = "3.1.2"
55
end

0 commit comments

Comments
 (0)