From b72a99748fb8501a621cf60626ba3921e4286f62 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Mon, 23 Jan 2023 12:38:59 +0100 Subject: [PATCH] upd Changelog, bump version --- CHANGELOG.md | 26 +++++++++++++++++++++++++- cfg/config.go | 2 +- cmd/tablizer.go | 2 +- tablizer.1 | 4 ++-- tablizer.pod | 2 +- 5 files changed, 30 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4711920..75f2ed9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,31 @@ 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 +## [v1.0.14](https://github.com/TLINDEN/tablizer/tree/v1.0.14) - 2023-01-23 + +[Full Changelog](https://github.com/TLINDEN/tablizer/compare/v1.0.13...v1.0.14) + +### Fixed + +- The -D parameter could not be used together with -a. + +- Fixed invalid argv handling: when the user wanted to read from stdin + but gave an argument which was meant as a pattern, but also existed + as a filename, then tablizer opened the file, ignored stdin. + +- Makefile indentation + + +### Added + +- added licens notes about dependencies + +- using hard coded uniseq version, see actions#3396457307 + +- updated dependencies (go module versions) + + +## [v1.0.13](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) diff --git a/cfg/config.go b/cfg/config.go index 5ea0b3f..3707578 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.13" +const Version string = "v1.0.14" var VERSION string // maintained by -x diff --git a/cmd/tablizer.go b/cmd/tablizer.go index 84dcea7..21b95ab 100644 --- a/cmd/tablizer.go +++ b/cmd/tablizer.go @@ -255,7 +255,7 @@ LICENSE This software is licensed under the GNU GENERAL PUBLIC LICENSE version 3. - Copyright (c) 2022 by Thomas von Dein + Copyright (c) 2023 by Thomas von Dein This software uses the following GO modules: diff --git a/tablizer.1 b/tablizer.1 index 93b36e9..712547c 100644 --- a/tablizer.1 +++ b/tablizer.1 @@ -133,7 +133,7 @@ .\" ======================================================================== .\" .IX Title "TABLIZER 1" -.TH TABLIZER 1 "2022-11-04" "1" "User Commands" +.TH TABLIZER 1 "2023-01-23" "1" "User Commands" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -442,7 +442,7 @@ or to submit a patch, please open an issue on github: .IX Header "LICENSE" This software is licensed under the \s-1GNU GENERAL PUBLIC LICENSE\s0 version 3. .PP -Copyright (c) 2022 by Thomas von Dein +Copyright (c) 2023 by Thomas von Dein .PP This software uses the following \s-1GO\s0 modules: .IP "repr (https://github.com/alecthomas/repr)" 4 diff --git a/tablizer.pod b/tablizer.pod index 12e8163..6ce2980 100644 --- a/tablizer.pod +++ b/tablizer.pod @@ -293,7 +293,7 @@ L. This software is licensed under the GNU GENERAL PUBLIC LICENSE version 3. -Copyright (c) 2022 by Thomas von Dein +Copyright (c) 2023 by Thomas von Dein This software uses the following GO modules: