mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
3.0.2 release
This commit is contained in:
parent
b8529e278a
commit
ceb49f043c
5 changed files with 8 additions and 4 deletions
|
@ -2,6 +2,10 @@
|
|||
|
||||
* _Your new feature here._
|
||||
|
||||
## 3.0.2 / 2022-10-01
|
||||
|
||||
* New: Add Haml 6 support. [#1820](https://github.com/sinatra/sinatra/pull/1820) by Jordan Owens
|
||||
|
||||
## 3.0.1 / 2022-09-26
|
||||
|
||||
* Fix: Revert removal of rack-protection.rb. [#1814](https://github.com/sinatra/sinatra/pull/1814) by Olle Jonsson
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
3.0.1
|
||||
3.0.2
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module Sinatra
|
||||
VERSION = '3.0.1'
|
||||
VERSION = '3.0.2'
|
||||
end
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
|
||||
module Rack
|
||||
module Protection
|
||||
VERSION = '3.0.1'
|
||||
VERSION = '3.0.2'
|
||||
end
|
||||
end
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
|
||||
module Sinatra
|
||||
module Contrib
|
||||
VERSION = '3.0.1'
|
||||
VERSION = '3.0.2'
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue