Skip to content

Commit 7a4e30a

Browse files
committed
Version 3.3.1
1 parent 391ea57 commit 7a4e30a

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.3.1 (2023-11-21)
6+
7+
### Library changes
8+
9+
* Allow to use RBS in symlinked tree ([#1624](https://github.com/ruby/rbs/pull/1624))
10+
* Should escape if param name include not simple-word ([#1618](https://github.com/ruby/rbs/pull/1618))
11+
12+
#### rbs collection
13+
14+
* Load Bundler lazily ([#1612](https://github.com/ruby/rbs/pull/1612))
15+
16+
### Miscellaneous
17+
18+
* Stop using `bundle` command ([#1619](https://github.com/ruby/rbs/pull/1619))
19+
520
## 3.3.0 (2023-11-09)
621

722
### Library changes

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.3.0)
4+
rbs (3.3.1)
55
abbrev
66

77
PATH

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.3.0"
4+
VERSION = "3.3.1"
55
end

0 commit comments

Comments
 (0)