Skip to content

Commit 91b7bcd

Browse files
author
Nick Campbell
committed
Bump version to 2.0.0, add note in readme about deprecation
1 parent 76d068f commit 91b7bcd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# Unreleased
1+
# 2.0.0 / 2017-08-23
22

33
- [#23](https://github.com/gocardless/activerecord-safer_migrations/pull/23) Drop support for Rails 4.0 and 4.1
4+
- [#24](https://github.com/gocardless/activerecord-safer_migrations/pull/24) Drop support for Ruby 2.0 and 2.1, add Ruby 2.4
45

56
# 1.0.0 / 2016-05-09
67

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## ActiveRecord safer migration helpers
22

3+
> Looking for Rails 4.0 or Ruby 2.0 support? Please check out the [1.x tree](https://github.com/gocardless/activerecord-safer_migrations/tree/v1.0.0).
4+
35
*Note: this library only supports PostgreSQL 9.3+. If you're interested in adding support for other databases, we're open to pull requests!*
46

57
Postgres holds ACCESS EXCLUSIVE locks for [almost all][pg-alter-table] DDL

0 commit comments

Comments
 (0)