Skip to content

Commit 9ba98b4

Browse files
authored
Merge pull request #54 from PalamaraLab/53-prepare-release-v1.2.1
build: bump version to v1.2.1 and update release notes (#53)
2 parents 6234855 + 7f84898 commit 9ba98b4

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ cmake_minimum_required(VERSION 3.16)
1919
message(STATUS "Using CMake version ${CMAKE_VERSION}")
2020
cmake_policy(VERSION 3.16)
2121

22-
project(arg_needle_lib LANGUAGES CXX VERSION 1.2.0)
22+
project(arg_needle_lib LANGUAGES CXX VERSION 1.2.1)
2323

2424
set(CMAKE_CXX_STANDARD 17)
2525
set(CMAKE_CXX_STANDARD_REQUIRED ON)

RELEASE_NOTES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# arg-needle-lib Release Notes
22

3+
## v1.2.1 (2025-10-07)
4+
5+
### Other changes
6+
7+
- ARG-RHE and ARG matrix multiplication routines.
8+
- Use cibuildwheel default folder structure.
9+
- Deploy for latest macos targets as GitHub macos 13 has been retired.
10+
311
## v1.2.0 (2025-09-04)
412

513
### Other changes

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
project = 'arg-needle-lib'
2626
copyright = '2023-2024 ARG-Needle Developers'
2727
author = 'ARG-Needle Developers, https://palamaralab.github.io/software/argneedle/'
28-
release = 'v1.2.0'
28+
release = 'v1.2.1'
2929

3030
# -- General configuration ---------------------------------------------------
3131
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

0 commit comments

Comments
 (0)