From 9c200dbb3fc80682cb79ecad9d22450d8a8f7346 Mon Sep 17 00:00:00 2001 From: helly25 Date: Mon, 24 Mar 2025 18:40:59 +0000 Subject: [PATCH] Bump version to 1.2.1 --- CHANGELOG.md | 2 ++ MODULE.bazel | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80ad87c..a4961f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +# 1.2.1 + # 1.2.0 * Added std::optional variants for file reading. diff --git a/MODULE.bazel b/MODULE.bazel index 10257dc..416326e 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -18,7 +18,7 @@ # Due to flag and test references to the repo name we use the old name for now. module( name = "helly25_proto", - version = "1.2.0", + version = "1.2.1", ) # For local development we include LLVM, Hedron-Compile-Commands, etc.