Skip to content

Commit

Permalink
0.0.5 Release Prep
Browse files Browse the repository at this point in the history
  • Loading branch information
straubt1 committed Aug 20, 2022
1 parent b89297d commit 7af8393
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.0.5] - 2022.08.20

**Added**

Expand Down
6 changes: 3 additions & 3 deletions site/docs/about/style_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ A good CLI has a consistent and concise feel.

The goal of this document is to outline the general user experience when dealing with the default output.

!!! Note ""
When using the `--json` flag on a command, the output will simply be JSON and this guide does not apply.

## Colors

!!! Note ""
When using the `--json` flag on a command these colors will not apply.

- User Provided: Green
- These values are provided by the user, either through a configuration file or a command flag.
- Calculated: Yellow
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package version

var (
Version = "0.0.5"
Prerelease = "dev"
Prerelease = ""
Build = ""
Date = ""
BuiltBy = ""
Expand Down

0 comments on commit 7af8393

Please sign in to comment.