Skip to content

Commit fb10b6d

Browse files
author
Conventional Changelog Action
committed
chore(release): v0.6.0 [skip ci]
1 parent 818b2a5 commit fb10b6d

File tree

2 files changed

+18
-10
lines changed

2 files changed

+18
-10
lines changed

CHANGELOG.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [0.6.0](https://github.com/iloveitaly/hyper-focus/compare/v0.5.1...v0.6.0) (2025-02-19)
2+
3+
4+
### Bug Fixes
5+
6+
* add pause_options to schedule output ([b424c7e](https://github.com/iloveitaly/hyper-focus/commit/b424c7eaa93210b1c905defe9e67ff85c999d40f))
7+
* gh repo permissions for automated release ([818b2a5](https://github.com/iloveitaly/hyper-focus/commit/818b2a55da9aaef6776724cf11d59464a5be39c7))
8+
* non-www hosts not being properly picked up ([3453a40](https://github.com/iloveitaly/hyper-focus/commit/3453a40e199c8ef1735d38dbce4d9851b275af43))
9+
10+
11+
### Features
12+
13+
* add recurring task management with cron scheduling ([07d7b0a](https://github.com/iloveitaly/hyper-focus/commit/07d7b0a3b0dcce988c77f9451875bc17b86a80bd))
14+
* inherit pause settings for schedule in config loader ([d5fd07b](https://github.com/iloveitaly/hyper-focus/commit/d5fd07bbe615716db759ef048f16ffe16ff14296))
15+
16+
17+
118
## [0.5.1](https://github.com/iloveitaly/hyper-focus/compare/v0.5.0...v0.5.1) (2023-12-29)
219

320

@@ -53,12 +70,3 @@
5370

5471

5572

56-
## [0.2.1](https://github.com/iloveitaly/hyper-focus/compare/v0.2.0...v0.2.1) (2023-05-18)
57-
58-
59-
### Bug Fixes
60-
61-
* thinking the computer is effectively sleeping, when it wasn't ([901fd4f](https://github.com/iloveitaly/hyper-focus/commit/901fd4ff88eb71b7c1784e7d7346732ab2f62478))
62-
63-
64-

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.5.1")
20+
print("v0.6.0")
2121
return
2222
}
2323

0 commit comments

Comments
 (0)