Skip to content

Commit 7cb4dff

Browse files
committed
Merge branch 'release/v0.4.0' into develop
2 parents f9e6162 + cb65921 commit 7cb4dff

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

HISTORY.md

+13-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
1+
0.4.x
2+
=====
3+
- Remove changes trakcing functional from SaveQueue::Object and move it to Dirty plugin.
4+
+ Dirty plugin.
5+
* Notification plugin dont mark object as saved by default.
6+
* Refactor to 'tell dont ask' pattern.
7+
18
0.3.x
29
=====
3-
+ Notification plugin
4-
+ add save! method
5-
+ refactor Validation plugin
6-
+ bugfixing
10+
+ Notification plugin.
11+
+ Add save! method.
12+
+ Refactor Validation plugin.
13+
+ Bugfixing.
714

815
0.2.x
916
=====
10-
Implemented main functionality, add Validation plugin
17+
Implemented main functionality, add Validation plugin.
1118

1219
0.0.1
1320
=====
14-
Initial release. Add README, LICENSE, .gitignore, etc
21+
Initial release. Add README, LICENSE, .gitignore, etc.

lib/save_queue/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SaveQueue
2-
VERSION = "0.3.0"
2+
VERSION = "0.4.0"
33
end

0 commit comments

Comments
 (0)