We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db2bc91 commit 7500edbCopy full SHA for 7500edb
3 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## [Unreleased]
+## [0.5] - 2026-03-18
4
5
### Added
6
CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.16)
-project(ccache-storage-http-cpp VERSION 0.4 LANGUAGES CXX)
+project(ccache-storage-http-cpp VERSION 0.5 LANGUAGES CXX)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
meson.build
@@ -1,7 +1,7 @@
project(
'ccache-storage-http-cpp',
'cpp',
- version: '0.4',
+ version: '0.5',
default_options: [
'cpp_std=c++17',
7
'b_ndebug=if-release',
0 commit comments