-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from rpearce/fix/shellcheck
Fix shellcheck warnings
- Loading branch information
Showing
3 changed files
with
56 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,34 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). | ||
|
||
## [0.1.3] - 2020-08-30 | ||
|
||
### Fixed | ||
|
||
* shellcheck warnings | ||
|
||
## [0.1.2] - 2020-05-09 | ||
|
||
### Fixed | ||
Include missing version information | ||
|
||
* include missing version information | ||
|
||
### Fixed | ||
|
||
* use `printf` instead of `clear` to clear the screen | ||
|
||
## [0.1.1] - 2020-05-09 | ||
|
||
### Fixed | ||
|
||
* use `printf` instead of `clear` to clear the screen | ||
|
||
## [0.1.0] - 2020-05-09 | ||
|
||
### Added | ||
|
||
* all the things |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.\" Manpage for bashcards. | ||
.\" Contact [email protected] to correct errors or typos. | ||
.TH man 8 "08 May 2020" "0.1.0" "bashcards man page" | ||
.TH man 8 "30 August 2020" "0.1.3" "bashcards man page" | ||
.SH NAME | ||
bashcards \- Practice flashcards in bash | ||
.SH SYNOPSIS | ||
|