summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralecksandr2023-05-23 12:23:22 -0600
committeralecksandr2023-05-23 12:23:22 -0600
commit2966b58a3f732c1b86b2920d79eb38f1a150c934 (patch)
treea0e98fd77689fc331412aa6e0c2438ed990bf48a
parentadff0228b98bb6ff470369ce2343ad5fd7f600c8 (diff)
downloadaur-2966b58a3f732c1b86b2920d79eb38f1a150c934.tar.gz
Release 1.1.0
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a702ecdf845..8891cc0301af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = unittest-c
pkgdesc = unittest c is a fast and simple macro-based unit testing framework for C. It's inspired by the Python unittest module and designed to reduce boilerplate code. With macros and a built-in test runner, it's ideal for large test suites.
- pkgver = 1.0.0
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/alecksandr26/unittest-c
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index ed02b541f869..44f74145f0af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@
# Maintainer: alecksandr <sansepiol26@gmail.com>
pkgname=unittest-c
-pkgver=1.0.0
+pkgver=1.1.0
pkgrel=1
epoch=
pkgdesc="unittest c is a fast and simple macro-based unit testing framework for C.