Skip to content

Commit 1f93ff5

Browse files
committed
Preparing v2.5.2
1 parent 21a823e commit 1f93ff5

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
## [Pending Release][]
22

33
Bugfixes:
4-
- Allow objects without `model_name`s to act as form objects (#295, @laserlemon)
5-
- Fix offset for submit for horizontal forms when using non-sm column breakers for label column (#293, @oteyatosys)
64
- Your contribution here!
75

86
Features:
97
- Your contribution here!
108

9+
## [2.5.2][] (2016-10-08)
10+
11+
Bugfixes:
12+
- Allow objects without `model_name`s to act as form objects (#295, @laserlemon)
13+
- Fix offset for submit for horizontal forms when using non-sm column breakers for label column (#293, @oteyatosys)
14+
1115
## [2.5.1][] (2016-09-23)
1216

1317
Bugfixes:
@@ -144,7 +148,8 @@ Features:
144148
- Added support for bootstrap_form_tag (@baldwindavid)
145149

146150

147-
[Pending Release]: https://github.com/bootstrap-ruby/rails-bootstrap-forms/compare/v2.5.1...HEAD
151+
[Pending Release]: https://github.com/bootstrap-ruby/rails-bootstrap-forms/compare/v2.5.2...HEAD
152+
[2.5.2]: https://github.com/bootstrap-ruby/rails-bootstrap-forms/compare/v2.5.1...v2.5.2
148153
[2.5.1]: https://github.com/bootstrap-ruby/rails-bootstrap-forms/compare/v2.5.0...v2.5.1
149154
[2.5.0]: https://github.com/bootstrap-ruby/rails-bootstrap-forms/compare/v2.4.0...v2.5.0
150155
[2.4.0]: https://github.com/bootstrap-ruby/rails-bootstrap-forms/compare/v2.3.0...v2.4.0

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
bootstrap_form (2.5.1)
4+
bootstrap_form (2.5.2)
55

66
GEM
77
remote: http://rubygems.org/
@@ -89,4 +89,4 @@ DEPENDENCIES
8989
timecop (~> 0.7.1)
9090

9191
BUNDLED WITH
92-
1.13.1
92+
1.13.2

lib/bootstrap_form/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module BootstrapForm
2-
VERSION = "2.5.1".freeze
2+
VERSION = "2.5.2".freeze
33
end

0 commit comments

Comments
 (0)