8000 Release v0.5.0 · yorickpeterse/clogs@3fa7fad · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
Release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickpeterse committed Aug 14, 2024
1 parent 3dab6ce commit 3fa7fad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<!-- This changelog is managed by https://github.com/yorickpeterse/clogs -->
# Changelog

## 0.5.0 (2024-08-14)

### Changed

- [3dab6ce](https://github.com/yorickpeterse/clogs/commit/3dab6cead783b872a97ee001503e6a9de5b13b6f): Require Inko 0.16.0 or newer

## 0.4.0 (2024-06-29)

No changes.
Expand Down
2 changes: 1 addition & 1 deletion src/clogs/cli.inko
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import std.string (StringBuffer)
import std.sys (exit)
import std.time (DateTime)

let VERSION = '0.4.0'
let VERSION = '0.5.0'

fn show_help(options: ref Options, output: mut Write) {
let help = Help
Expand Down

0 comments on commit 3fa7fad

Please sign in to comment.
0