Skip to content

Commit 1b0a958

Browse files
bump version and update changelog
1 parent d0249f3 commit 1b0a958

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

Diff for: CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
v?.?.? - ?? ??? ????
22
---
33

4+
v0.6.0 - 15 Jan 2023
5+
---
6+
7+
* Add `before_started`, `after_completed` and `after_failed` functionality.
8+
* Add `logger` helper method, available within task methods.
9+
* Use `SecureRandom.hex(10)` instead of `uuid` for shorter process and tasks IDs.
10+
* Bug fix for options on `sequential`, `concurrent`, `for_each` and `sub_process` methods.
11+
* Bug fix instrumentation payload.
12+
* Documentation updates.
13+
414
v0.5.1 - 06 Jan 2023
515
---
616
* Include process definition in processes, tasks and payloads to aid debugging.

Diff for: Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
taskinator (0.5.1)
4+
taskinator (0.6.0)
55
builder (>= 3.2.2)
66
connection_pool (>= 2.2.0)
77
globalid (>= 0.3)
@@ -115,10 +115,10 @@ GEM
115115
rspec-mocks (~> 3.12.0)
116116
rspec-core (3.12.0)
117117
rspec-support (~> 3.12.0)
118-
rspec-expectations (3.12.1)
118+
rspec-expectations (3.12.2)
119119
diff-lcs (>= 1.2.0, < 2.0)
120120
rspec-support (~> 3.12.0)
121-
rspec-mocks (3.12.1)
121+
rspec-mocks (3.12.2)
122122
diff-lcs (>= 1.2.0, < 2.0)
123123
rspec-support (~> 3.12.0)
124124
rspec-rails (5.1.2)

Diff for: lib/taskinator/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Taskinator
2-
VERSION = "0.5.1"
2+
VERSION = "0.6.0"
33
end

0 commit comments

Comments
 (0)