Skip to content

Commit

Permalink
Version 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soutaro committed Nov 9, 2023
1 parent b9c033a commit 0efd6fa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## master

## 3.3.0 (2023-11-09)

### Library changes

* Stop exiting with error when syntax error detected during validation ([#1603](https://github.com/ruby/rbs/pull/1603))
* [rbs diff] Load dependencies from manifest.yaml ([#1602](https://github.com/ruby/rbs/pull/1602))
* [rbs diff] Resolve constants name ([#1601](https://github.com/ruby/rbs/pull/1601))

## 3.3.0.pre.2 (2023-11-02)

### Signature updates
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rbs (3.3.0.pre.2)
rbs (3.3.0)
abbrev

PATH
Expand Down
2 changes: 1 addition & 1 deletion lib/rbs/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module RBS
VERSION = "3.3.0.pre.2"
VERSION = "3.3.0"
end

0 comments on commit 0efd6fa

Please sign in to comment.