From 0f399541bc7caace41d2bf26a9a2936b2a26ae3f Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Fri, 29 Dec 2023 14:21:03 +0000 Subject: [PATCH] chore(release): v0.5.0 [skip ci] --- CHANGELOG.md | 13 +++++++++---- Sources/hyper-focus/command.swift | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6ef6f4..c7d6b3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.5.0](https://github.com/iloveitaly/hyper-focus/compare/v0.4.0...v0.5.0) (2023-12-29) + + +### Features + +* adding pause rate limiter ([6f95693](https://github.com/iloveitaly/hyper-focus/commit/6f95693eff0d7f13ff547f12473130e50abefb0c)) + + + # [0.4.0](https://github.com/iloveitaly/hyper-focus/compare/v0.3.0...v0.4.0) (2023-12-24) @@ -55,7 +64,3 @@ -## [0.1.10](https://github.com/iloveitaly/hyper-focus/compare/v0.1.9...v0.1.10) (2023-04-19) - - - diff --git a/Sources/hyper-focus/command.swift b/Sources/hyper-focus/command.swift index 85ca00f..b8d2a3e 100644 --- a/Sources/hyper-focus/command.swift +++ b/Sources/hyper-focus/command.swift @@ -17,7 +17,7 @@ struct HyperFocus: ParsableCommand { if version { // we cannot get the latest tag version at compile time // https://stackoverflow.com/questions/27804227/using-compiler-variables-in-swift - print("v0.4.0") + print("v0.5.0") return }