Skip to content

Commit

Permalink
upd Changelog, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas von Dein committed Jan 23, 2023
1 parent 3cf9310 commit b72a997
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 6 deletions.
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion cfg/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion cmd/tablizer.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions tablizer.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tablizer.pod
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ L<https://github.com/TLINDEN/tablizer/issues>.

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:

Expand Down

0 comments on commit b72a997

Please sign in to comment.