Version 1.8
All checks were successful
Build for Releases / ensure-release-exists (push) Successful in 0s
Build for Releases / push-build-x86_64 (push) Successful in 6s
Run Unit Tests / build-and-run-unit-tests (push) Successful in 1m9s
Build for Releases / push-build-aarch64 (push) Successful in 59s
Build for Releases / push-build-x86_64_debian (push) Successful in 35s
Build for Releases / push-build-aarch64_debian (push) Successful in 5m13s

This commit is contained in:
Stephen Seo 2024-11-25 17:18:30 +09:00
parent e29d9aa3cd
commit 78a36b48db
2 changed files with 3 additions and 1 deletions

View file

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.10)
project(SimpleArchiver C)
set(SimpleArchiver_VERSION 1.7)
set(SimpleArchiver_VERSION 1.8)
set(SimpleArchiver_SOURCES
src/main.c

View file

@ -2,6 +2,8 @@
## Upcoming Changes
## Version 1.8
Minor refactorings related to `printf` and `uintX_t`/`size_t` types.
## Version 1.7