summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbuck-yeh2021-02-10 19:22:35 +0800
committerbuck-yeh2021-02-10 19:22:35 +0800
commit572205f4410f00a4bc1389ea2414fe64c025d704 (patch)
treee6c8e2b3bc54374fd4e5c70fe4053c24d68f2e6a
parent1aafdf36bfc7e57e3ff60cd76c13f4154064e471 (diff)
downloadaur-572205f4410f00a4bc1389ea2414fe64c025d704.tar.gz
Backward incompactible release due to function prototype changes
1. ✍️ Use `FMT_STRING()` everywhere. 2. ✍️ Change a few function argument types from `const std::string &` to `std::string_view`. This will break `parsergen` prior to v1.6.2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23c6edb3501b..f8f58589f62b 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.2.0
+ pkgver = 1.2.1
pkgrel = 1
url = https://github.com/buck-yeh/bux.git
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 35387fe48ed9..673d082bb126 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: Buck Yeh <buck.yeh at gmail dot com>
pkgname=bux
-pkgver=1.2.0
+pkgver=1.2.1
#pkgver=main
pkgrel=1
epoch=