Skip to content

Commit

Permalink
v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gregtwallace committed Jan 10, 2024
1 parent 7fb901d commit a43dee0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

NOTE: This application is not yet intended for general use.

## [v0.1.5] - 2024-01-10

- Fix incorrect scheduling of file write job when not needed.


## [v0.1.4] - 2024-01-10

- Add timezone support.
Expand Down
2 changes: 1 addition & 1 deletion pkg/main/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
)

// version
const appVersion = "0.1.4"
const appVersion = "0.1.5"

// main entrypoint
func main() {
Expand Down

0 comments on commit a43dee0

Please sign in to comment.