Skip to content

Commit

Permalink
release(project): 0.15.1 → 0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmouchet committed Dec 19, 2023
1 parent 631debf commit 4764ae4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.15.1
current_version = 0.15.2
commit = True
tag = True
message = release(project): {current_version} → {new_version}
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.16)
project(caracal VERSION 0.15.1)
project(caracal VERSION 0.15.2)

# We have Find* modules in two places:
# - The build directory, for the libraries fetched by Conan
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
packages = {
caracal = pkgs.stdenv.mkDerivation {
pname = "caracal";
version = "0.15.1";
version = "0.15.2";
src = self;
nativeBuildInputs = [
pkgs.cmake
Expand Down

0 comments on commit 4764ae4

Please sign in to comment.