Skip to content

Commit

Permalink
Bumped version to 0.13.0.beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
nesquena committed Aug 3, 2015
1 parent fd1b084 commit 37e0df2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGES.rdoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
= CHANGES

== 0.13.0.beta3 (August 2nd 2015)

- NEW #1908 Adds test-unit as a test component (@namusyaka)
- FIX #1829 add absolute_url to app methods, add :base_url setting (@ujifgc)
- FIX #1880 rendering issue by accepting string content types (@ujifgc)
- NEW #1898 Adds missing helpers for the input html element (@namusyaka)
- FIX AWS namespace in Dynamoid component (@namusyaka)
- FIX Root index route incorrectly matches single-character URLs (@namusyaka)
- NEW #1929 Alias db:migrate:down and db:migrate:up when using datamapper (@postmodern)
- FIX #1932 Replace ConnectionManagement with ConnectionPoolManagement (@namusyaka)
- FIX Restore AbstractFormBuilder#field\_human\_name (@namusyaka)
- FIX #1936 Don't echo password input (@namusyaka)
- NEW #1940 Add IdentityMap middleware to datamapper (@namusyaka)
- FIX Cache test for moneta (@ujifgc)
- FIX #1943 Issue with format provides in controller with wildcard accepts header (@ujifgc)
- FIX #1942 maintain Sinatra params indifference (@ujifgc)
- FIX properly reload classes without instances (@ujifgc)
- FIX #1922 consider methodless constants not external (@ujifgc)
- NEW #1945 adds community page to padrino-docs (@Quintasan)

== 0.13.0.beta2 (April 11th 2015)

* FIX #1870 Trigger filters if superclass responds to :filters (@namusyaka)
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.13.0.beta2' unless defined?(Padrino::VERSION)
VERSION = '0.13.0.beta3' unless defined?(Padrino::VERSION)

#
# The current Padrino version.
Expand Down

0 comments on commit 37e0df2

Please sign in to comment.