Prepare release 2.0.1 (#917)

This commit is contained in:
peter scholz 2024-01-02 13:05:34 +01:00 committed by GitHub
parent 46dc3f86ba
commit cb92e17cc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 3 deletions

View File

@ -4,12 +4,19 @@
* Your contribution here.
* [#914](https://github.com/ruby-grape/grape-swagger/pull/914): Support Ruby 3.3 - [@LeFnord](https://github.com/LeFnord)
#### Fixes
* Your contribution here.
### 2.0.1 (Januar 2, 2024)
#### Features
* [#914](https://github.com/ruby-grape/grape-swagger/pull/914): Support Ruby 3.3 - [@LeFnord](https://github.com/LeFnord)
#### Fixes
* [#916](https://github.com/ruby-grape/grape-swagger/pull/916): Restore Ruby 3.0 support - [@godfat](https://github.com/godfat)
### 2.0.0 (November 7, 2023)

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module GrapeSwagger
VERSION = '2.0.0'
VERSION = '2.0.1'
end