Skip to content

Commit

Permalink
bump version of gem
Browse files Browse the repository at this point in the history
  • Loading branch information
scytherswings committed Dec 7, 2018
1 parent f6be708 commit 27efa6b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [v0.4.0] : 2018-12-06
### Changes
- Add `only:` option to `assert_tables` so users can assert on only `past`
or `future` tables if they wish.
- Fix #21 by adding documentation on how to migrate existing data from
unpartitioned tables


## [v0.3.3] : 2018-11-30
### Changes
- Do not eagerly initialize the `pg_connection` as this can cause some normal
Expand Down
2 changes: 1 addition & 1 deletion lib/pgdice/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module PgDice
VERSION = '0.3.3'
VERSION = '0.4.0'
end

0 comments on commit 27efa6b

Please sign in to comment.