mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
3.0.5 release
This commit is contained in:
parent
0b2c3a7c5a
commit
186106d153
5 changed files with 10 additions and 4 deletions
|
|
@ -2,6 +2,12 @@
|
||||||
|
|
||||||
* _Your new feature here._
|
* _Your new feature here._
|
||||||
|
|
||||||
|
## 3.0.5 / 2022-12-16
|
||||||
|
|
||||||
|
* Fix: Add Zeitwerk compatibility. [#1831](https://github.com/sinatra/sinatra/pull/1831) by Dawid Janczak
|
||||||
|
|
||||||
|
* Fix: Allow CALLERS_TO_IGNORE to be overridden
|
||||||
|
|
||||||
## 3.0.4 / 2022-11-25
|
## 3.0.4 / 2022-11-25
|
||||||
|
|
||||||
* Fix: Escape filename in the Content-Disposition header. [#1841](https://github.com/sinatra/sinatra/pull/1841) by Kunpei Sakai
|
* Fix: Escape filename in the Content-Disposition header. [#1841](https://github.com/sinatra/sinatra/pull/1841) by Kunpei Sakai
|
||||||
|
|
|
||||||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
||||||
3.0.4
|
3.0.5
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Sinatra
|
module Sinatra
|
||||||
VERSION = '3.0.4'
|
VERSION = '3.0.5'
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
module Rack
|
module Rack
|
||||||
module Protection
|
module Protection
|
||||||
VERSION = '3.0.4'
|
VERSION = '3.0.5'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
module Sinatra
|
module Sinatra
|
||||||
module Contrib
|
module Contrib
|
||||||
VERSION = '3.0.4'
|
VERSION = '3.0.5'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue