Skip to content

Commit 6e5a289

Browse files
committed
Version 3.2.1
1 parent c6b833d commit 6e5a289

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

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

33
## master
44

5+
## 3.2.1 (2023-08-29)
6+
7+
### Signature updates
8+
9+
* `Fiber` (Backport [#1463](https://github.com/ruby/rbs/pull/1463))
10+
11+
### Library changes
12+
13+
* Fix error when undefined interface or alias (Backport [#1465](https://github.com/ruby/rbs/pull/1465))
14+
15+
### Miscellaneous
16+
17+
* Improve skip test message (Backport [#1476](https://github.com/ruby/rbs/pull/1476))
18+
* Fix CI failure (Backport [#1464](https://github.com/ruby/rbs/pull/1464))
19+
520
## 3.2.0 (2023-08-22)
621

722
### 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.2.0)
4+
rbs (3.2.1)
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.2.0"
4+
VERSION = "3.2.1"
55
end

0 commit comments

Comments
 (0)