From 0edbc7c2e735a9bcf7555b3b68dae5980f7ab02c Mon Sep 17 00:00:00 2001 From: "matthias@arch" Date: Tue, 1 Nov 2022 18:18:33 +0100 Subject: [PATCH] -> 1.3.5 --- PKGBUILD | 2 +- README.md | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 12bb504..9179990 100755 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Matthias Quintern pkgname=gz-cpp-util pkgver=1.3 -pkgrel=4 +pkgrel=5 pkgdesc="Utility library for c++" arch=('any') url="https://github.com/MatthiasQuintern/gz-cpp-util" diff --git a/README.md b/README.md index 152fa6d..3560433 100755 --- a/README.md +++ b/README.md @@ -45,7 +45,12 @@ Replace `firefox` with your web browser - Run `gz-enum-str -h` to list available options. -## Changelog +## Changelog [maj.min.rel] +### 2022-11-01 [1.3.5] +- String conversion utility now split in to_string.hpp, from_string.hpp and conversion.hpp +- Containers with types that have a toString overload can be converted to string +- Improved the documentation +- Removed `util` directory ### 2022-10-30 [1.3.4] - Added toString support for 2D and 3D extent types - Added readBinaryFile function