Skip to content

Commit

Permalink
Version 3.3.0.pre.2
Browse files Browse the repository at this point in the history
  • Loading branch information
soutaro committed Nov 2, 2023
1 parent c4edab4 commit d80988c
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 5 deletions.
26 changes: 23 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

## master

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

### Signature updates

* net/smtp ([#1560](https://github.com/ruby/rbs/pull/1560))
* open-uri ([#1592](https://github.com/ruby/rbs/pull/1592))
* `Set` ([#1595](https://github.com/ruby/rbs/pull/1595))

### Library changes

* Fixup validation ([#1596](https://github.com/ruby/rbs/pull/1596))
* Print type syntax errors instead of raising error ([#1594](https://github.com/ruby/rbs/pull/1594))

#### rbs prototype

* Fix error when MASGN ([#1593](https://github.com/ruby/rbs/pull/1593))
* Support cases where `Module#constants` has been redefined ([#1591](https://github.com/ruby/rbs/pull/1591))
* [prototype runtime] Fix error if direct inherited ([#1590](https://github.com/ruby/rbs/pull/1590))

## 3.3.0.pre.1 (2023-10-31)

### Signature updates
Expand Down Expand Up @@ -38,7 +57,6 @@
* `constants.rbs` ([#1531](https://github.com/ruby/rbs/pull/1531))
* `::interned` ([#1499](https://github.com/ruby/rbs/pull/1499), [#1488](https://github.com/ruby/rbs/pull/1488))


### Language updates

* Add `__todo__` type ([#1520](https://github.com/ruby/rbs/pull/1520))
Expand All @@ -50,8 +68,10 @@
* Add `Abbrev` to runtime dependency ([#1573](https://github.com/ruby/rbs/pull/1573))
* Avoid an error when parsing files including SyntaxError ([#1574](https://github.com/ruby/rbs/pull/1574))
* Implement rbs diff command ([#1459](https://github.com/ruby/rbs/pull/1459))
* Add another type syntax validation ([#1566](https://github.com/ruby/rbs/pull/1566))* Mark global variables ([#1551](https://github.com/ruby/rbs/pull/1551))
* Show location of type by method command ([#1537](https://github.com/ruby/rbs/pull/1537))* Make alias and interface names absolute ([#1502](https://github.com/ruby/rbs/pull/1502))
* Add another type syntax validation ([#1566](https://github.com/ruby/rbs/pull/1566))
* Mark global variables ([#1551](https://github.com/ruby/rbs/pull/1551))
* Show location of type by method command ([#1537](https://github.com/ruby/rbs/pull/1537))
* Make alias and interface names absolute ([#1502](https://github.com/ruby/rbs/pull/1502))
* Better record type format ([#1501](https://github.com/ruby/rbs/pull/1501))
* Should keep escape of alias and attr family ([#1486](https://github.com/ruby/rbs/pull/1486))
* Fix error when undefined interface or alias ([#1465](https://github.com/ruby/rbs/pull/1465))
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.1)
rbs (3.3.0.pre.2)
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.1"
VERSION = "3.3.0.pre.2"
end

0 comments on commit d80988c

Please sign in to comment.