From a14c765da2d90d84feb3b3787066e24609c5ced1 Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Tue, 7 Jan 2025 21:29:24 +0100 Subject: [PATCH 1/2] Update change log --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94a122f..1f2ef84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,10 +9,19 @@ This project adheres to [Semantic Versioning](https://semver.org/). ### Added +* Add layer raw size and geometries raw size to vtzero-stats, use CSV format. + ### Changed +* Switched to C++14 as minimum requirement (because the Protozero library + we depend on switched). +* Various updates to build and clang-tidy config +* Lots of small code cleanups. + ### Fixed +* Remove superfluous std::forwards. + ## [1.1.0] - 2020-06-11 From cb4136fdb0d0f2f877d43ae1abd56c678c49cfba Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Wed, 8 Jan 2025 13:56:26 +0100 Subject: [PATCH 2/2] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 32ed657..e6dca71 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ To release a new vtzero version: - - Make sure all tests are passing locally and on travis/appveyor + - Make sure all tests are passing locally and on Github and on Appveyor - Update version number in - `CMakeLists.txt` (one place) - `include/vtzero/version.hpp` (two places)