Skip to content

Commit

Permalink
Updated CHANGELOG and RPM spec version
Browse files Browse the repository at this point in the history
  • Loading branch information
vietjtnguyen committed Apr 26, 2017
1 parent 80bbfa0 commit 5e3e792
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
0.4.3
-----

- Added argagg::fmt_string() to format a string using the fmt program
- Added argagg::fmt_string() to format a string using the fmt program when
compiling on a __unix__ platform. Degrades to an identity function when not
on a __unix__ platform.
- Added argagg::fmt_ostream as a convenience stream that will stream the
formatted string to the referenced final std::ostream when the
argagg::fmt_ostream destructs
- Fixed bug when compiling with clang where the non-template implicit bool
operator was being selected when implicitly converting to an integer. By
making the implicit bool operator a specialization of the templated implicit
conversion operator the compiler should now select the correct overload.

0.4.2
-----
Expand Down
5 changes: 4 additions & 1 deletion packaging/rpm/argagg.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%global debug_package %{nil}

Name: argagg
Version: 0.4.2
Version: 0.4.3
Release: 1%{?dist}
Summary: Simple C++ command line argument/option parser

Expand Down Expand Up @@ -60,6 +60,9 @@ ctest -V %{?_smp_mflags}
%doc %{_datadir}/doc/%{name}

%changelog
* Tue Apr 25 2017 Viet The Nguyen <vietjtnguyen@gmail.com>
- Updated version to 0.4.3

* Tue Apr 25 2017 Viet The Nguyen <vietjtnguyen@gmail.com>
- Updated version to 0.4.2

Expand Down

0 comments on commit 5e3e792

Please sign in to comment.