Skip to content

Commit 0f39954

Browse files
author
Conventional Changelog Action
committed
chore(release): v0.5.0 [skip ci]
1 parent 6889ac4 commit 0f39954

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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+
110
# [0.4.0](https://github.com/iloveitaly/hyper-focus/compare/v0.3.0...v0.4.0) (2023-12-24)
211

312

@@ -55,7 +64,3 @@
5564

5665

5766

58-
## [0.1.10](https://github.com/iloveitaly/hyper-focus/compare/v0.1.9...v0.1.10) (2023-04-19)
59-
60-
61-

Sources/hyper-focus/command.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ struct HyperFocus: ParsableCommand {
1717
if version {
1818
// we cannot get the latest tag version at compile time
1919
// https://stackoverflow.com/questions/27804227/using-compiler-variables-in-swift
20-
print("v0.4.0")
20+
print("v0.5.0")
2121
return
2222
}
2323

0 commit comments

Comments
 (0)