From 570466b06cf28137fbc6beaec73c368ae4ce2c94 Mon Sep 17 00:00:00 2001 From: "matthias@arch" Date: Sun, 30 Oct 2022 01:18:38 +0200 Subject: [PATCH] -> 1.3.4 --- PKGBUILD | 2 +- README.md | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index bd169f0..12bb504 100755 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Matthias Quintern pkgname=gz-cpp-util pkgver=1.3 -pkgrel=3 +pkgrel=4 pkgdesc="Utility library for c++" arch=('any') url="https://github.com/MatthiasQuintern/gz-cpp-util" diff --git a/README.md b/README.md index 56fa4bf..152fa6d 100755 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ Documentation is [available here](https://docs.quintern.xyz/gz-cpp-util/index.ht Please report bugs on the [github page](https://github.com/MatthiasQuintern/gz-cpp-util)! - - ## Features - Extensive logger using variadic templates to log almost anything - Some containers like a thread safe queue and a ringbuffer @@ -48,6 +46,10 @@ Replace `firefox` with your web browser ## Changelog +### 2022-10-30 [1.3.4] +- Added toString support for 2D and 3D extent types +- Added readBinaryFile function +- Added toHex/Oct/BinString for forward ranges ### 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