From 11a8acada8618f2520469fdd23d8912373b7c447 Mon Sep 17 00:00:00 2001 From: Nathan Esquenazi Date: Tue, 6 Aug 2024 13:42:07 -0700 Subject: [PATCH] Bumped version to 0.16.0.pre --- CHANGES.rdoc | 11 +++++++++++ Rakefile | 1 + padrino-core/lib/padrino-core/version.rb | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGES.rdoc b/CHANGES.rdoc index 8b2f9712d..a40c0c145 100644 --- a/CHANGES.rdoc +++ b/CHANGES.rdoc @@ -1,5 +1,16 @@ = CHANGES +== 0.16.0.pre (2024-08-06) + +- FIX #2292 to README and cleanup (@olleolleolle) +- FIX 2290 Fixes nil error with latest Rack (@nesquena) +- FIX #2287 Bump to rack ~>3 and add rack to gemspec (@achirizo) +- FIX #2286 Bump moneta to 1.6 (@achirizo) +- FIX #2282 Remove FakeWeb, use Webmock (@achiurizo) +- NEW #2279 Initial Rubocop setup (@achiurizo) +- FIX #2277 Upgrade deprecations and support Ruby 3.2 (@achiurizo) +- FIX #2276 Rename MiniTest to Minitest (@kevin-j-m) + == 0.15.3 (2023-02-25) - FIX #2266 Update ORM generator for ActiveRecord changes (@jkowens) diff --git a/Rakefile b/Rakefile index 20987c237..55ccbd5ac 100644 --- a/Rakefile +++ b/Rakefile @@ -1,4 +1,5 @@ # rake bump[X.X.X] && rake publish + require 'fileutils' require 'rake' require File.expand_path("../padrino-core/lib/padrino-core/version.rb", __FILE__) diff --git a/padrino-core/lib/padrino-core/version.rb b/padrino-core/lib/padrino-core/version.rb index a0b110799..557e03db8 100644 --- a/padrino-core/lib/padrino-core/version.rb +++ b/padrino-core/lib/padrino-core/version.rb @@ -6,7 +6,7 @@ # module Padrino # The version constant for the current version of Padrino. - VERSION = '0.15.3' unless defined?(Padrino::VERSION) + VERSION = '0.16.0.pre' unless defined?(Padrino::VERSION) # # The current Padrino version.