Skip to content

Commit 79e6447

Browse files
authored
Release 6.0.1 (#422)
1 parent c6a19b7 commit 79e6447

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Diff for: CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
#### Improvement
4+
5+
- Allow instantiation and override of DefaultConstraintMaker to deserialize constraints (#414) (#416)
6+
7+
#### Chore
8+
- Update Swift to 5.7.0 (#419)
9+
- Update Xcode Version in Github Actions (#420)
10+
- Update Actions dependencies (#421)
11+
- Update Bundle (#418)
12+
- Lint correct (#417)
13+
314
# [6.0.0](https://github.com/lucas34/SwiftQueue/tree/6.0.0)
415

516
#### Breaking Changes

Diff for: SwiftQueue.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SwiftQueue"
3-
s.version = "6.0.0"
3+
s.version = "6.0.1"
44
s.summary = "SwiftQueue"
55
s.description = "Job Scheduler for IOS with Concurrent run, failure/retry, persistence, repeat, delay and more"
66
s.homepage = "https://github.com/lucas34/SwiftQueue"

0 commit comments

Comments
 (0)