Skip to content

Commit

Permalink
Release 6.0.0 (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas34 authored Jun 29, 2022
1 parent 35df0e7 commit c904ca8
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Change Log

# [6.0.0](https://github.com/lucas34/SwiftQueue/tree/6.0.0)

#### Breaking Changes

##### Replace Reachability framework with NWPathMonitor (#406)

Minimum version required has been updated
```asm
platforms: [
.macOS(.v10_14),
.iOS(.v12),
.macCatalyst(.v13),
.tvOS(.v12),
.watchOS(.v5),
]
```

- Dependency over `Reachability` has been removed and replaced with `NWPathMonitor`
- WatchOS can now use `NetworkConstraint`

Thanks, @GianniCarlo for the contribution 🎉

#### Core
- Remove empty files (#408)
- Update copyright (#410)
- Add test for network listener (#411)

# [5.1.0](https://github.com/lucas34/SwiftQueue/tree/5.1.0)

#### Bug fix
Expand Down
2 changes: 1 addition & 1 deletion SwiftQueue.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SwiftQueue"
s.version = "5.1.0"
s.version = "6.0.0"
s.summary = "SwiftQueue"
s.description = "Job Scheduler for IOS with Concurrent run, failure/retry, persistence, repeat, delay and more"
s.homepage = "https://github.com/lucas34/SwiftQueue"
Expand Down

0 comments on commit c904ca8

Please sign in to comment.