8000 Release v0.8.0 · yorickpeterse/clogs@87da67e · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
Release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickpeterse committed Feb 11, 2025
1 parent 4c36590 commit 87da67e
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.8.0 (2025-02-11)

### Changed

- [Require Inko 0.18.0 or newer](https://github.com/yorickpeterse/clogs/commit/4c36590cb8ecce96d3e492ea8cc13149536d2879)

## 0.7.0 (2024-10-28)

### Changed
Expand Down
2 changes: 1 addition & 1 deletion src/clogs/cli.inko
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import std.io (Write)
import std.optparse (Help, Options)
import std.time (DateTime)

let VERSION = '0.7.0'
let VERSION = '0.8.0'

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

0 comments on commit 87da67e

Please sign in to comment.
0