Skip to content

Commit

Permalink
chore(release): v0.5.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Dec 29, 2023
1 parent 6889ac4 commit 0f39954
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down Expand Up @@ -55,7 +64,3 @@



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



2 changes: 1 addition & 1 deletion Sources/hyper-focus/command.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 0f39954

Please sign in to comment.