Skip to content

Commit

Permalink
0.8.1
Browse files Browse the repository at this point in the history
- Fix shellcheck download in Makefile
- Upgrade shellcheck from v0.7.0 to v0.7.1 and fix new lint errors
- Upgrade shfmt from v3.0.0 to v3.2.4, no format changes introduced
- Introduce a Github Actions workflow file with lint only for now
- Fix g breaking on missing $TERM var in non-interactive systems
- Add basic tests to the Github Actions workflow
  • Loading branch information
stefanmaric committed Mar 17, 2021
1 parent 2f7b605 commit 81157e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased


## 0.8.1 - 2021-03-17

- Fix shellcheck download in Makefile
- Upgrade shellcheck from v0.7.0 to v0.7.1 and fix new lint errors
- Upgrade shfmt from v3.0.0 to v3.2.4, no format changes introduced
Expand Down
2 changes: 1 addition & 1 deletion bin/g
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ esac
#

display_g_version() {
echo "0.8.0"
echo "0.8.1"
}

display_help() {
Expand Down

0 comments on commit 81157e8

Please sign in to comment.