Skip to content

Commit

Permalink
Version 3.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
soutaro committed Feb 8, 2024
1 parent 7b65f5c commit 99b1113
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## master

## 3.4.4 (2024-02-08)

### Miscellaneous

* Backport [#1752](https://github.com/ruby/rbs/pull/1752) ([#1753](https://github.com/ruby/rbs/pull/1753))

## 3.4.3 (2024-01-25)

### Library changes
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.3)
rbs (3.4.4)
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.3"
VERSION = "3.4.4"
end

0 comments on commit 99b1113

Please sign in to comment.