We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f998e94 commit ed0f001Copy full SHA for ed0f001
2 files changed
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+Version 2.3.2
2
+-------------
3
+
4
+Features:
5
6
+* Documentation improvements (by @george, @kenips, @joshuapinter)
7
+* Fix documentation of seed_once method (by weedySeaDragon)
8
+* Allow to seed data with an id < 1 (by @SamSaffron, @aserafin)
9
+* Seeds work on postgresql when there is no primary key or if primary key has no sequence assigned (by @aserafin)
10
11
Version 2.3.1
12
-------------
13
lib/seed-fu/version.rb
@@ -1,4 +1,4 @@
module SeedFu
# The current version of Seed Fu
- VERSION = '2.3.1'
+ VERSION = '2.3.2'
end
0 commit comments