From 74ab3a1804b531498a57e75e8b0eb8f4b75d4663 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Thu, 3 Nov 2022 13:16:02 +0100 Subject: [PATCH] version bump --- CHANGELOG.md | 17 +++++++++++++++++ cfg/config.go | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d33995..f885b68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ 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). +## [v1.0.12](https://github.com/TLINDEN/tablizer/tree/v1.0.13) - 2022-11-03 + +[Full Changelog](https://github.com/TLINDEN/tablizer/compare/v1.0.12...v1.0.13) + +### Added + +- Added command line flag to generate shell completion code + +- Added an animated demo gif to the README to demonstrate the tool + +### Fixed + +- The `-A` flag wasn't implemented (default output mode). + + + + ## [v1.0.12](https://github.com/TLINDEN/tablizer/tree/v1.0.12) - 2022-10-25 [Full Changelog](https://github.com/TLINDEN/tablizer/compare/v1.0.11...v1.0.12) diff --git a/cfg/config.go b/cfg/config.go index 0233ab1..5ea0b3f 100644 --- a/cfg/config.go +++ b/cfg/config.go @@ -25,7 +25,7 @@ import ( ) const DefaultSeparator string = `(\s\s+|\t)` -const Version string = "v1.0.12" +const Version string = "v1.0.13" var VERSION string // maintained by -x