Skip to content

Commit

Permalink
Version 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
soutaro committed Jun 7, 2024
1 parent a2a38a2 commit 45b34bd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## 3.5.1 (2024-06-07)

### Library changes

* Add explicit dependency on the `logger` gem ([#1865](https://github.com/ruby/rbs/pull/1865))
* Make c99, c23 compatible ([#1870](https://github.com/ruby/rbs/pull/1870))

### Miscellaneous

* Don't try to sign git commits when running tests ([#1867](https://github.com/ruby/rbs/pull/1867))

## 3.5.0 (2024-06-06)

### 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.5.1.pre.1)
rbs (3.5.1)
logger

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.5.1.pre.1"
VERSION = "3.5.1"
end

0 comments on commit 45b34bd

Please sign in to comment.