Skip to content

Commit c904ca8

Browse files
authored
Release 6.0.0 (#412)
1 parent 35df0e7 commit c904ca8

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Change Log
22

3+
# [6.0.0](https://github.com/lucas34/SwiftQueue/tree/6.0.0)
4+
5+
#### Breaking Changes
6+
7+
##### Replace Reachability framework with NWPathMonitor (#406)
8+
9+
Minimum version required has been updated
10+
```asm
11+
platforms: [
12+
.macOS(.v10_14),
13+
.iOS(.v12),
14+
.macCatalyst(.v13),
15+
.tvOS(.v12),
16+
.watchOS(.v5),
17+
]
18+
```
19+
20+
- Dependency over `Reachability` has been removed and replaced with `NWPathMonitor`
21+
- WatchOS can now use `NetworkConstraint`
22+
23+
Thanks, @GianniCarlo for the contribution 🎉
24+
25+
#### Core
26+
- Remove empty files (#408)
27+
- Update copyright (#410)
28+
- Add test for network listener (#411)
29+
330
# [5.1.0](https://github.com/lucas34/SwiftQueue/tree/5.1.0)
431

532
#### Bug fix

SwiftQueue.podspec

Lines changed: 1 addition & 1 deletion
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 = "5.1.0"
3+
s.version = "6.0.0"
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)