Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document breaking changes #265

Merged
merged 1 commit into from
Jun 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog

## 10.0.3 (upcoming)
## 10.0.3.rc

- Remove all travis references [leoarnold](https//:github.com/leoarnold)
- Changing to rc because of ongoing discussion how to properly handle multiple database environments

## 10.0.2

Expand All @@ -17,6 +18,11 @@ Change "rails" dependencies to "railties"

Releasing 10.0.0

!!! Breaking changes !!!

- This version introduces a breaking change which may lead to undesired
behavior in multi-database environments. See https://github.com/ilyakatz/data-migrate/issues/181

## 10.0.0.rc1

- Changes by [chaunce](https//:github.com/chaunce)
Expand Down
2 changes: 1 addition & 1 deletion lib/data_migrate/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module DataMigrate
VERSION = "10.0.2".freeze
VERSION = "10.0.3.rc".freeze
end