Skip to content

Commit

Permalink
Version 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soutaro committed Dec 21, 2023
1 parent 761889d commit 250a7e2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

## master

## 3.4.0 (2023-12-21)

### Signature updates

* minitest's lifecycle hooks ([#1694](https://github.com/ruby/rbs/pull/1694))
* `IO.popen`, `IO#read` ([#1693](https://github.com/ruby/rbs/pull/1693))

### Library changes

* Fix klass name if klass is singleton_class ([#1695](https://github.com/ruby/rbs/pull/1695))

### Miscellaneous

* Suppress warnings on testing ([#1691](https://github.com/ruby/rbs/pull/1691))

## 3.4.0.pre.1 (2023-12-19)

### 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.4.0.pre.1)
rbs (3.4.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.4.0.pre.1"
VERSION = "3.4.0"
end

0 comments on commit 250a7e2

Please sign in to comment.