Skip to content

Commit

Permalink
Bumped version to 0.16.0.pre
Browse files Browse the repository at this point in the history
  • Loading branch information
nesquena committed Aug 6, 2024
1 parent 6ae4601 commit 11a8aca
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.rdoc
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -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__)
Expand Down
2 changes: 1 addition & 1 deletion padrino-core/lib/padrino-core/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 11a8aca

Please sign in to comment.