File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change
1
+ # [ 0.5.0] ( https://github.com/iloveitaly/hyper-focus/compare/v0.4.0...v0.5.0 ) (2023-12-29)
2
+
3
+
4
+ ### Features
5
+
6
+ * adding pause rate limiter ([ 6f95693] ( https://github.com/iloveitaly/hyper-focus/commit/6f95693eff0d7f13ff547f12473130e50abefb0c ) )
7
+
8
+
9
+
1
10
# [ 0.4.0] ( https://github.com/iloveitaly/hyper-focus/compare/v0.3.0...v0.4.0 ) (2023-12-24)
2
11
3
12
55
64
56
65
57
66
58
- ## [ 0.1.10] ( https://github.com/iloveitaly/hyper-focus/compare/v0.1.9...v0.1.10 ) (2023-04-19)
59
-
60
-
61
-
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ struct HyperFocus: ParsableCommand {
17
17
if version {
18
18
// we cannot get the latest tag version at compile time
19
19
// https://stackoverflow.com/questions/27804227/using-compiler-variables-in-swift
20
- print ( " v0.4 .0 " )
20
+ print ( " v0.5 .0 " )
21
21
return
22
22
}
23
23
You can’t perform that action at this time.
0 commit comments