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

Skip to content

Commit

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

## 0.9.0 (2025-02-18)

### Changed

- [Only enable colors in interactive sessions](https://github.com/yorickpeterse/clogs/commit/ace73c54924252e980b3ab6ddd7f30dcd0f8e42a)
- [Explicitly ignore various unused results](https://github.com/yorickpeterse/clogs/commit/a33f9d3af48fd6907297cdf3e4da879d396b9ac6)

## 0.8.0 (2025-02-11)

### 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.8.0'
let VERSION = '0.9.0'

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

0 comments on commit 1614776

Please sign in to comment.
0