From 8096a959c5d7a248976a3531a030f5c4da0a44d0 Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Thu, 18 Jun 2026 10:11:04 +0200 Subject: [PATCH 1/2] VERSION: release v0.7.0 Signed-off-by: Aleksa Sarai --- CHANGELOG.md | 11 +++++++++++ VERSION | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d016d0..f8fbb6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] ## +## [0.7.0] - 2025-06-17 ## + +> You talk of times of peace for all, and then prepare for war. + +### Changed ### +- Update to `cyphar.com/go-pathrs@0.2.5`, which included a build-time API + breakage that we needed to work around. The API of this library is unchanged + by this, but users should make sure to update to `v0.7.0` of + `filepath-securejoin` if they use the `libpathrs` built tag and have update + to `libpathrs` `v0.2.5`. + ## [0.6.1] - 2025-11-19 ## > At last up jumped the cunning spider, and fiercely held her fast. diff --git a/VERSION b/VERSION index 1202849..faef31a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.1+dev +0.7.0 From fcd8d3678f477b65bd6efe2cd42cdf6ee179e0d0 Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Thu, 18 Jun 2026 10:11:30 +0200 Subject: [PATCH 2/2] VERSION: back to development Signed-off-by: Aleksa Sarai --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index faef31a..5ea2ec2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.0 +0.7.0+dev