From 76e5bb61f2d6dbf2d30923ff2b657085767064d8 Mon Sep 17 00:00:00 2001 From: Greg Beard Date: Sat, 29 Jul 2023 11:46:04 +0100 Subject: [PATCH] version: 0.6.0 --- .versioning/changes/QVHzv0pLLU.minor.md | 1 - .versioning/current | 2 +- CHANGELOG.md | 4 ++++ 3 files changed, 5 insertions(+), 2 deletions(-) delete mode 100644 .versioning/changes/QVHzv0pLLU.minor.md diff --git a/.versioning/changes/QVHzv0pLLU.minor.md b/.versioning/changes/QVHzv0pLLU.minor.md deleted file mode 100644 index ac1f58a..0000000 --- a/.versioning/changes/QVHzv0pLLU.minor.md +++ /dev/null @@ -1 +0,0 @@ -Adds configure option to build a static binary (`-DSEMVERUTIL_STATIC_BINARY=ON`) diff --git a/.versioning/current b/.versioning/current index 8f0916f..a918a2a 100644 --- a/.versioning/current +++ b/.versioning/current @@ -1 +1 @@ -0.5.0 +0.6.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 10fc2cd..4c63725 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.6.0 +### MINOR Changes: +- Adds configure option to build a static binary (`-DSEMVERUTIL_STATIC_BINARY=ON`) + ## 0.5.0 ### MINOR Changes: - Adds a `+FORMAT` cmdline parameter that interprets `%`-prefixed sequences for more control of the output