Skip to content

Commit d1801ab

Browse files
author
Damien Nadé
committed
Version 1.7
1 parent 7cc9e60 commit d1801ab

File tree

5 files changed

+20
-11
lines changed

5 files changed

+20
-11
lines changed

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ PROJECT_NAME = "The Bash Argsparse Library"
3232
# This could be handy for archiving the generated documentation or
3333
# if some version control system is used.
3434

35-
PROJECT_NUMBER = 1.6.2
35+
PROJECT_NUMBER = 1.7
3636

3737
# Using the PROJECT_BRIEF tag one can provide an optional one line description
3838
# for a project that appears at the top of each page and should give viewer

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ bash will fail at interpreting that code.
1313
### Online documentation
1414

1515
Doxygen documentation is available online
16-
[here](http://argsparse.livna.org/doxygen/1.6.2/).
16+
[here](http://argsparse.livna.org/doxygen/1.7/).
1717

1818

1919
### Tarballs

argsparse.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## @author Damien Nadé <[email protected]>
66
## @brief Bash Argsparse Library
77
## @copyright WTFPLv2
8-
## @version 1.6.2
8+
## @version 1.7
99
#
1010
#########
1111
# License:
@@ -278,7 +278,7 @@ fi
278278
## @var ARGSPARSE_VERSION
279279
## @brief argsparse version number
280280
## @showinitializer
281-
declare -r ARGSPARSE_VERSION=1.6.2
281+
declare -r ARGSPARSE_VERSION=1.7
282282

283283
# Enable required features
284284
shopt -s extglob

bash-argsparse.spec

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: An high level argument parsing library for bash
22
Name: bash-argsparse
3-
Version: 1.6.2
3+
Version: 1.7
44
Release: 1%{?dist}
55
License: WTFPL
66
URL: https://github.com/Anvil/bash-argsparse
@@ -43,6 +43,9 @@ ln -s argsparse.sh $RPM_BUILD_ROOT/%{_bindir}/argsparse
4343

4444

4545
%changelog
46+
* Thu Mar 5 2015 Dams <bash-argsparse[AT]livna.org> - 1.7-1
47+
- Version 1.7
48+
4649
* Wed Jan 28 2015 Dams <bash-argsparse[AT]livna.org> - 1.6.2-1
4750
- Version 1.6.2
4851
- Dropped fedora patch (included upstream)
@@ -53,11 +56,11 @@ ln -s argsparse.sh $RPM_BUILD_ROOT/%{_bindir}/argsparse
5356
* Wed Oct 15 2014 Dams <bash-argsparse[AT]livna.org> - 1.6.1-2
5457
- Added patch to fix some unittest issues
5558

56-
* Thu Oct 9 2014 Dams <bash-argsparse[AT]livna.org> - 1.6.1-1
59+
* Thu Oct 9 2014 Dams <bash-argsparse[AT]livna.org> - 1.6.1-1
5760
- Version 1.6.1
5861
- Fixed changelog names
5962

60-
* Thu Oct 9 2014 Dams <bash-argsparse[AT]livna.org> - 1.6-4
63+
* Thu Oct 9 2014 Dams <bash-argsparse[AT]livna.org> - 1.6-4
6164
- Update host path in *Requires tags.
6265

6366
* Wed Oct 8 2014 Dams <bash-argsparse[AT]livna.org> - 1.6-3

debian/changelog

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,31 @@
1+
bash-argsparse (1.7) unstable; urgency=low
2+
3+
* Version 1.7
4+
5+
-- Damien Nadé <[email protected]> Thu, 5 Mar 2015 12:20:00 +0100
6+
17
bash-argsparse (1.6.2) unstable; urgency=low
28

39
* Version 1.6.2
410

5-
-- Damien Nade <[email protected]> Thu, 22 Jan 2015 16:35:00 +0100
11+
-- Damien Nadé <[email protected]> Thu, 22 Jan 2015 16:35:00 +0100
612

713
bash-argsparse (1.6.1) unstable; urgency=low
814

915
* Version 1.6.1
1016

11-
-- Damien Nade <[email protected]> Thu, 10 Oct 2014 19:40:00 +0200
17+
-- Damien Nadé <[email protected]> Thu, 10 Oct 2014 19:40:00 +0200
1218

1319
bash-argsparse (1.6) unstable; urgency=low
1420

1521
* Version 1.6
1622
* Doxygen documentation
1723

18-
-- Damien Nade <[email protected]> Mon, 13 Jan 2014 10:31:12 +0100
24+
-- Damien Nadé <[email protected]> Mon, 13 Jan 2014 10:31:12 +0100
1925

2026
bash-argsparse (1.5) unstable; urgency=low
2127

2228
* Initial packaging
2329

24-
-- Damien Nade <[email protected]> Mon, 18 Mar 2013 12:39:40 +0200
30+
-- Damien Nadé <[email protected]> Mon, 18 Mar 2013 12:39:40 +0200
2531

0 commit comments

Comments
 (0)