File tree 4 files changed +11
-3
lines changed
lib/activerecord-clean-db-structure
4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ pkg
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
4
11
5
12
* Initial release.
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- activerecord-clean-db-structure (0.1 .0 )
4
+ activerecord-clean-db-structure (0.2 .0 )
5
5
activerecord (>= 4.2 )
6
6
7
7
GEM
Original file line number Diff line number Diff line change 1
1
module ActiveRecordCleanDbStructure
2
- VERSION = '0.1 .0'
2
+ VERSION = '0.2 .0'
3
3
end
You can’t perform that action at this time.
0 commit comments