Skip to content

Commit

Permalink
version 5.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Minero Aoki committed Feb 10, 2017
1 parent b8fe12a commit 948bcc6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
bricolage (5.22.2)
bricolage (5.22.3)
aws-sdk (~> 2)
mysql2
pg (~> 0.18.0)
Expand Down Expand Up @@ -79,4 +79,4 @@ DEPENDENCIES
test-unit

BUNDLED WITH
1.13.6
1.14.3
4 changes: 4 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Bricolage Release Note

## version 5.22.3

- [new] load, insert: Reduces the number of transactions.

## version 5.22.2

- [new] new option -Q, -L
Expand Down
2 changes: 1 addition & 1 deletion lib/bricolage/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Bricolage
APPLICATION_NAME = 'Bricolage'
VERSION = '5.22.2'
VERSION = '5.22.3'
end
4 changes: 2 additions & 2 deletions test/home/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
bricolage (5.22.2)
bricolage (5.22.3)
aws-sdk (~> 2)
mysql2
pg (~> 0.18.0)
Expand Down Expand Up @@ -69,4 +69,4 @@ DEPENDENCIES
pry

BUNDLED WITH
1.13.6
1.14.3

0 comments on commit 948bcc6

Please sign in to comment.