Skip to content

Commit 7500edb

Browse files
committed
Release version 0.5
1 parent db2bc91 commit 7500edb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [0.5] - 2026-03-18
44

55
### Added
66

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.16)
2-
project(ccache-storage-http-cpp VERSION 0.4 LANGUAGES CXX)
2+
project(ccache-storage-http-cpp VERSION 0.5 LANGUAGES CXX)
33

44
set(CMAKE_CXX_STANDARD 17)
55
set(CMAKE_CXX_STANDARD_REQUIRED ON)

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'ccache-storage-http-cpp',
33
'cpp',
4-
version: '0.4',
4+
version: '0.5',
55
default_options: [
66
'cpp_std=c++17',
77
'b_ndebug=if-release',

0 commit comments

Comments
 (0)