Skip to content

Commit

Permalink
Bump txt2regex version to 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
aureliojargas committed May 20, 2020
1 parent 72a26ca commit be3e0fa
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 11 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ The format is based on [Keep a Changelog].

[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/

[Unreleased]: https://github.com/aureliojargas/txt2regex/compare/v0.8...HEAD
[Unreleased]: https://github.com/aureliojargas/txt2regex/compare/v0.9...HEAD
[Version 0.9]: https://github.com/aureliojargas/txt2regex/compare/v0.8...v0.9
[Version 0.8]: https://github.com/aureliojargas/txt2regex/compare/v0.7...v0.8
[Version 0.7]: https://github.com/aureliojargas/txt2regex/compare/v0.6...v0.7
[Version 0.6]: https://github.com/aureliojargas/txt2regex/compare/v0.5...v0.6
Expand All @@ -22,7 +23,7 @@ The format is based on [Keep a Changelog].
[#5]: https://github.com/aureliojargas/txt2regex/pull/5
[#3]: https://github.com/aureliojargas/txt2regex/pull/3

## [Unreleased]
## [Version 0.9] released in 2020-05-21

### Added

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME = txt2regex
VERSION = 0.9b
VERSION = 0.9
BASHVERSIONS = 3.0 3.1 3.2 4.0 4.1 4.2 4.3 4.4 5.0
REGEXTESTERIMAGE = aureliojargas/regex-tester:2020-05-09

Expand Down
2 changes: 1 addition & 1 deletion man/txt2regex.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<header>
<hgroup>
<h1>TXT2REGEX</h1>
<h3>March, 29th - 2020</h3>
<h3>May 21, 2020</h3>
</hgroup>
</header>
<article>
Expand Down
2 changes: 1 addition & 1 deletion man/txt2regex.man
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "TXT2REGEX" 1 "March, 29th - 2020" ""
.TH "TXT2REGEX" 1 "May 21, 2020" ""

.SH NAME
.P
Expand Down
2 changes: 1 addition & 1 deletion man/txt2regex.t2t
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TXT2REGEX

March, 29th - 2020
May 21, 2020

%!target: man
%!options(man) : -o txt2regex.man
Expand Down
4 changes: 2 additions & 2 deletions po/txt2regex.pot
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: txt2regex 0.9b\n"
"POT-Creation-Date: 2020-05-17 07:16 CEST\n"
"Project-Id-Version: txt2regex 0.9\n"
"POT-Creation-Date: 2020-05-21 00:49 CEST\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"MIME-Version: 1.0\n"
Expand Down
4 changes: 2 additions & 2 deletions tests/cmdline.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ $

```console
$ txt2regex --version
txt2regex 0.9b
txt2regex 0.9
$ txt2regex -V
txt2regex 0.9b
txt2regex 0.9
$
```

Expand Down
2 changes: 1 addition & 1 deletion txt2regex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export PATH=

TEXTDOMAIN=txt2regex
TEXTDOMAINDIR=po
VERSION=0.9b
VERSION=0.9

printError() {
printf '%s: ' $"ERROR"
Expand Down

0 comments on commit be3e0fa

Please sign in to comment.