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

Skip to content

Commit

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

## 0.2.0 (2023-12-14)

No changes.

## 0.1.0 (2023-11-09)

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

let VERSION = '0.1.0'
let VERSION = '0.2.0'

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

0 comments on commit d728f45

Please sign in to comment.
0