Skip to content

Commit

Permalink
Bump version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
iridakos committed Apr 27, 2020
1 parent 4c6c866 commit 1cd44d4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to `stup` 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-04-27

### Added

- Allow configuration of new default options

### Changed

- Improve code quality

## [0.1.2] - 2020-04-25

### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

![Version badge](https://img.shields.io/badge/version-0.1.2-green.svg)
![Version badge](https://img.shields.io/badge/version-0.1.3-green.svg)
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->
Expand Down
2 changes: 1 addition & 1 deletion stup
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ TEXT_GREY=$(tput setaf 248)

# Version
# TODO: update version upon new releases
VERSION="v0.1.2"
VERSION="v0.1.3"

# Some defaults (can be changed from configuration file)
DEFAULT_COMMAND="show"
Expand Down

0 comments on commit 1cd44d4

Please sign in to comment.