summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbuck-yeh2021-01-27 17:19:30 +0800
committerbuck-yeh2021-01-27 17:19:30 +0800
commit1aafdf36bfc7e57e3ff60cd76c13f4154064e471 (patch)
treed988a66317c54c56b961b87fa4762cf571b784c8
parent23d5a261653897a13f679d8b8496a8d8650608ae (diff)
downloadaur-1aafdf36bfc7e57e3ff60cd76c13f4154064e471.tar.gz
Incompatible supports to upcoming parsergen v1.6.2
1. 🆕 bux::E_LogLevel moved to new header LogLevel.h 2. 🆕 bux::C_ParserOStreamCount as support parser context type to support error logging & counting off-the-shelf. 3. 🐞 SCOPELOGX() with format string containing arg_id(s) will have wrong output. 4. ✍️ Attribute [[nodiscard]] to return types in ScannerBase.h 5. ✍️ C_EZArgs::help_full() prints ... trailing to unlimited postional args instead of [...] 6. ✍️ Templateless function template bux::search_dirs() 7. ✍️ Ctor of bux::C_EntryLog accept scope name of type std::string_view instead of const char*
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abcb97dba7d8..23c6edb3501b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bux
pkgdesc = A supplemental C++ library with functionalities not directly supported from Modern C++ standard.
- pkgver = 1.1.2
+ pkgver = 1.2.0
pkgrel = 1
url = https://github.com/buck-yeh/bux.git
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index e650c9d45d75..35387fe48ed9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: Buck Yeh <buck.yeh at gmail dot com>
pkgname=bux
-pkgver=1.1.2
+pkgver=1.2.0
#pkgver=main
pkgrel=1
epoch=