Skip to content

Commit f33dac8

Browse files
author
Conventional Changelog Action
committed
chore(release): v0.5.1 [skip ci]
1 parent 51da49b commit f33dac8

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

CHANGELOG.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.5.1](https://github.com/iloveitaly/hyper-focus/compare/v0.5.0...v0.5.1) (2023-12-29)
2+
3+
4+
### Bug Fixes
5+
6+
* maybe fix release.published event firing ([51da49b](https://github.com/iloveitaly/hyper-focus/commit/51da49bbd4cc1905769960b2960627fcebe0478c))
7+
8+
9+
110
# [0.5.0](https://github.com/iloveitaly/hyper-focus/compare/v0.4.0...v0.5.0) (2023-12-29)
211

312

@@ -53,14 +62,3 @@
5362

5463

5564

56-
# [0.2.0](https://github.com/iloveitaly/hyper-focus/compare/v0.1.10...v0.2.0) (2023-05-18)
57-
58-
59-
### Features
60-
61-
* adding description and schedule_only flags to config ([b8061f6](https://github.com/iloveitaly/hyper-focus/commit/b8061f6b291352787d04c3aef99f2cfd759037ba))
62-
* increase task timeout to 10m ([ef2e175](https://github.com/iloveitaly/hyper-focus/commit/ef2e175b0cbe3f0976d5d415e7f975f3bcdc5e7f))
63-
* return all schedule data ([a3eb3ee](https://github.com/iloveitaly/hyper-focus/commit/a3eb3ee257c31c824e79cf6d5af891547c7fe67c))
64-
65-
66-

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

0 commit comments

Comments
 (0)