Skip to content

Commit

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

## [2.1.0] - 2020-12-09
### Added
support for selectively import tables with custom callbacks per table (#34)

## [2.0.0] - 2020-11-11
### Breaking changes
This is a breaking change because LiveFixtures::Import.new now needs to receive the class_names Hash to be able to correctly compute the insert_order in case there are some unconventional class names associations. And the class_names argument is removed from import_all. But this is the only change.
Expand Down
2 changes: 1 addition & 1 deletion lib/live_fixtures/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module LiveFixtures
VERSION = "2.0.0"
VERSION = "2.1.0"
end

0 comments on commit 7842840

Please sign in to comment.