Skip to content

Commit edb7e74

Browse files
committed
Version 3.2.0
1 parent 75aa408 commit edb7e74

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

33
## master
44

5+
## 3.2.0 (2023-08-22)
6+
7+
### Signature updates
8+
9+
* `Binding` ([#1451](https://github.com/ruby/rbs/pull/1451))
10+
* `Kernel` ([#1445](https://github.com/ruby/rbs/pull/1445), [#1444](https://github.com/ruby/rbs/pull/1444), [#1443](https://github.com/ruby/rbs/pull/1443), [#1441](https://github.com/ruby/rbs/pull/1441), [#1440](https://github.com/ruby/rbs/pull/1440))
11+
* `Errno` ([#1450](https://github.com/ruby/rbs/pull/1450))
12+
13+
### Library changes
14+
15+
#### rbs collection
16+
17+
* Fix LockfileGenerator crashes if failed to get deps for locked source ([#1413](https://github.com/ruby/rbs/pull/1413))
18+
519
## 3.2.0.pre.1 (2023-08-18)
620

721
### 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.pre.1)
4+
rbs (3.2.0)
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.pre.1"
4+
VERSION = "3.2.0"
55
end

0 commit comments

Comments
 (0)