Skip to content

Commit 2dae69c

Browse files
committed
Release 0.2.0.
1 parent b663b8c commit 2dae69c

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pkg

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3-
## 0.0.1 2017-02-12
3+
## 0.2.0 2017-03-20
4+
5+
* Reduce dependencies to only require ActiveRecord [Mario Uher](https://github.com/ream88)
6+
* Support Rails Engines [Mario Uher](https://github.com/ream88)
7+
* Clean up more comment lines [Clemens Kofler](https://github.com/clemens)
8+
9+
10+
## 0.1.0 2017-02-12
411

512
* Initial release.

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
activerecord-clean-db-structure (0.1.0)
4+
activerecord-clean-db-structure (0.2.0)
55
activerecord (>= 4.2)
66

77
GEM
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ActiveRecordCleanDbStructure
2-
VERSION = '0.1.0'
2+
VERSION = '0.2.0'
33
end

0 commit comments

Comments
 (0)