Skip to content

Commit 0efd6fa

Browse files
committed
Version 3.3.0
1 parent b9c033a commit 0efd6fa

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

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

33
## master
44

5+
## 3.3.0 (2023-11-09)
6+
7+
### Library changes
8+
9+
* Stop exiting with error when syntax error detected during validation ([#1603](https://github.com/ruby/rbs/pull/1603))
10+
* [rbs diff] Load dependencies from manifest.yaml ([#1602](https://github.com/ruby/rbs/pull/1602))
11+
* [rbs diff] Resolve constants name ([#1601](https://github.com/ruby/rbs/pull/1601))
12+
513
## 3.3.0.pre.2 (2023-11-02)
614

715
### 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.3.0.pre.2)
4+
rbs (3.3.0)
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.pre.2"
4+
VERSION = "3.3.0"
55
end

0 commit comments

Comments
 (0)