We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9c033a commit 0efd6faCopy full SHA for 0efd6fa
3 files changed
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
## master
4
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
13
## 3.3.0.pre.2 (2023-11-02)
14
15
### Signature updates
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
remote: .
specs:
- rbs (3.3.0.pre.2)
+ rbs (3.3.0)
abbrev
lib/rbs/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module RBS
- VERSION = "3.3.0.pre.2"
+ VERSION = "3.3.0"
end
0 commit comments