From 194bce5915713b1cf120bb31b2aa0cc531842d34 Mon Sep 17 00:00:00 2001 From: Maxime Mouchet Date: Fri, 27 Oct 2023 19:06:59 +0200 Subject: [PATCH] =?UTF-8?q?release(project):=200.14.7=20=E2=86=92=200.15.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CMakeLists.txt | 2 +- flake.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e444bce..63723a4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.14.7 +current_version = 0.15.0 commit = True tag = True message = release(project): {current_version} → {new_version} diff --git a/CMakeLists.txt b/CMakeLists.txt index a9612da..550bbe4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.16) -project(caracal VERSION 0.14.7) +project(caracal VERSION 0.15.0) # We have Find* modules in two places: # - The build directory, for the libraries fetched by Conan diff --git a/flake.nix b/flake.nix index d1854d8..36a6559 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,7 @@ packages = { caracal = pkgs.stdenv.mkDerivation { pname = "caracal"; - version = "0.14.7"; + version = "0.15.0"; src = self; nativeBuildInputs = [ pkgs.cmake