Skip to content

Commit f447f12

Browse files
authored
Release 4.1.0 (#278)
1 parent 7302259 commit f447f12

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

Diff for: CHANGELOG.md

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

3+
## [4.1.0](https://github.com/lucas34/SwiftQueue/tree/4.1.0)
4+
5+
#### Chore
6+
Update Reachability to 5.0.0 (#273)
7+
8+
#### New features
9+
Add Method to query all jobs (#277)
10+
Add method to remove all task (#275)
11+
12+
#### Fix
13+
Fix Perf: Can only have 1 unique uuid per Queue
14+
15+
#### Internal changes
16+
Remove timeout from tests (#274)
17+
Update Copyright (#270)
18+
Remove unused (#272)
19+
320
## [4.0.1](https://github.com/lucas34/SwiftQueue/tree/4.0.1)
421

522
#### Bug Fix
@@ -12,7 +29,6 @@
1229
#### Chore
1330
Update dependencies (#262)
1431

15-
1632
## [4.0.0](https://github.com/lucas34/SwiftQueue/tree/4.0.0)
1733

1834
#### Breaking Changes
@@ -29,7 +45,6 @@ Update dependencies (#262)
2945
- Avoid object creation (#250)
3046
- Cleanup (#247)
3147

32-
3348
## [3.2.0](https://github.com/lucas34/SwiftQueue/tree/3.2.0)
3449

3550
#### New features
@@ -38,7 +53,6 @@ Update dependencies (#262)
3853
- Better threading configuration for Queue and Manager (#228) (#229) (230)
3954
- Jobs can be enqueue from manager with `.enqueue(JobInfo)` (#231)
4055

41-
4256
## [3.1.0](https://github.com/lucas34/SwiftQueue/tree/3.1.0)
4357

4458
#### New features
@@ -62,7 +76,6 @@ Update dependencies (#262)
6276
- Swift 5 support. Source was already compatible 🙌 (#206)
6377
- Drop Linux support (#206)
6478

65-
6679
## [2.4.0](https://github.com/lucas34/SwiftQueue/tree/2.4.0)
6780

6881
#### Linux Support 🙌

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 = "4.0.1"
3+
s.version = "4.1.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)