Skip to content

Commit 8f91ff5

Browse files
committed
Version 3.1.3
1 parent c8cd693 commit 8f91ff5

File tree

3 files changed

+17
-9
lines changed

3 files changed

+17
-9
lines changed

CHANGELOG.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,41 @@
22

33
## master
44

5+
## 3.1.3 (2023-07-31)
6+
7+
### Library changes
8+
9+
#### rbs collection
10+
11+
* Generate gem specific sources in lockfile (Backport [#1402](https://github.com/ruby/rbs/pull/1402))
12+
513
## 3.1.2 (2023-07-27)
614

715
⚠️ 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)).
816

917
### Library changes
1018

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))
19+
* Make `TypeNameResolver` more compatible with Ruby (Backport [#1373](https://github.com/ruby/rbs/pull/1373))
20+
* Fix module alias normalizations (Backport [#1393](https://github.com/ruby/rbs/pull/1393))
1321

1422
## 3.1.1 (2023-07-18)
1523

1624
### Signature updates
1725

18-
* Removed `GC.verify_transient_heap_internal_consistency` ([#1374](https://github.com/ruby/rbs/pull/1374))
26+
* Removed `GC.verify_transient_heap_internal_consistency` (Backport [#1374](https://github.com/ruby/rbs/pull/1374))
1927

2028
### Library changes
2129

22-
* Relax rdoc version requirement in RDoc plugin ([#1333](https://github.com/ruby/rbs/pull/1333))
30+
* Relax rdoc version requirement in RDoc plugin (Backport [#1333](https://github.com/ruby/rbs/pull/1333))
2331

2432
#### rbs collection
2533

26-
* Spec may be missing when rbs_collection.yaml declares dependency ([#1378](https://github.com/ruby/rbs/pull/1378))
34+
* Spec may be missing when rbs_collection.yaml declares dependency (Backport [#1378](https://github.com/ruby/rbs/pull/1378))
2735

2836
### Miscellaneous
2937

30-
* Handle connection error with Resolv_test.rb ([#1356](https://github.com/ruby/rbs/pull/1356))
31-
* Fix broken CI ([#1353](https://github.com/ruby/rbs/pull/1353))
38+
* Handle connection error with Resolv_test.rb (Backport [#1356](https://github.com/ruby/rbs/pull/1356))
39+
* Fix broken CI (Backport [#1353](https://github.com/ruby/rbs/pull/1353))
3240

3341
## 3.1.0 (2023-04-26)
3442

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.2)
4+
rbs (3.1.3)
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.2"
4+
VERSION = "3.1.3"
55
end

0 commit comments

Comments
 (0)