From 1cd44d4abfa0d41b641fcc93a6d5c28a25592376 Mon Sep 17 00:00:00 2001 From: Lazarus Lazaridis <9477868+iridakos@users.noreply.github.com> Date: Mon, 27 Apr 2020 21:24:36 +0300 Subject: [PATCH] Bump version to 0.1.3 --- CHANGELOG.md | 10 ++++++++++ README.md | 2 +- stup | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0fee3a..124f846 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index e99c7d2..082eeaf 100644 --- a/README.md +++ b/README.md @@ -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](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) diff --git a/stup b/stup index abc27fc..c8fdb75 100755 --- a/stup +++ b/stup @@ -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"