File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
* Your contribution here.
6
6
7
- * [ #914 ] ( https://github.com/ruby-grape/grape-swagger/pull/914 ) : Support Ruby 3.3 - [ @LeFnord ] ( https://github.com/LeFnord )
8
-
9
7
#### Fixes
10
8
11
9
* Your contribution here.
12
10
11
+ ### 2.0.1 (Januar 2, 2024)
12
+
13
+ #### Features
14
+
15
+ * [ #914 ] ( https://github.com/ruby-grape/grape-swagger/pull/914 ) : Support Ruby 3.3 - [ @LeFnord ] ( https://github.com/LeFnord )
16
+
17
+ #### Fixes
18
+
19
+ * [ #916 ] ( https://github.com/ruby-grape/grape-swagger/pull/916 ) : Restore Ruby 3.0 support - [ @godfat ] ( https://github.com/godfat )
13
20
14
21
### 2.0.0 (November 7, 2023)
15
22
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module GrapeSwagger
4
- VERSION = '2.0.0 '
4
+ VERSION = '2.0.1 '
5
5
end
You can’t perform that action at this time.
0 commit comments