Skip to content

Commit e5182d7

Browse files
committed
Fix version bump to 0.1.8
1 parent a43c6d0 commit e5182d7

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to `stup` will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.8] - 2020-05-01
9+
10+
### Added
11+
12+
- Ability to enable/disable pager
13+
814
## [0.1.7] - 2020-05-01
915

1016
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A CLI tool to easily save, access and organize daily notes.
44

5-
![Version badge](https://img.shields.io/badge/version-0.1.7-green.svg)
5+
![Version badge](https://img.shields.io/badge/version-0.1.8-green.svg)
66
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
77
[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors-)
88
<!-- ALL-CONTRIBUTORS-BADGE:END -->

stup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ NOTES_PREFIX='- '
5050

5151
# Version
5252
# TODO: update version upon new releases
53-
VERSION="v0.1.7"
53+
VERSION="v0.1.8"
5454

5555
# Some defaults (can be changed from configuration file)
5656
DEFAULT_COMMAND="show"

0 commit comments

Comments
 (0)