From 9569e5633511f9dce33c217abfa38ad2c835b207 Mon Sep 17 00:00:00 2001 From: "matthias@arch" Date: Sun, 23 Oct 2022 00:51:52 +0200 Subject: [PATCH] -> 1.3.3 --- PKGBUILD | 2 +- README.md | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index af37cb8..bd169f0 100755 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Matthias Quintern pkgname=gz-cpp-util pkgver=1.3 -pkgrel=2 +pkgrel=3 pkgdesc="Utility library for c++" arch=('any') url="https://github.com/MatthiasQuintern/gz-cpp-util" diff --git a/README.md b/README.md index a3ca4e6..56fa4bf 100755 --- a/README.md +++ b/README.md @@ -48,17 +48,20 @@ Replace `firefox` with your web browser ## Changelog +### 2022-10-23 [1.3.3] +- Added integer to string in hex/oct/bin representation conversion +- Added integer from string in hex/oct/bin representation conversion ### 2022-10-19 [1.3.1] [1.3.2] - Changes to logger (log.hpp): - Added create info struct constructor - - Timestamp can be disabled + - Timestamp can be disabled and colored - Added different log levels that can be turned off/on at compile time ### 2022-09-26 [1.3] - Added SettingsManager - Renamed getXXX to getXXXOr - Added more type conversion utility - - from_string() - - to_string() + - fromString() + - toString() - Logger now uses to_string - Restructured files - Added more documentation