This repository contains a Conan package for the logical-geometry
header-only library, which provides classes for mapping pixel_id <-> (x,y,z,p)
.
To bump the version:
- Edit
conanfile.py
and update the version field:
class LogicalgeometryConan(ConanFile):
name = "logical-geometry"
version = "1.2.0" # ← Update this
-
Create a merge request with this change and get it approved.
-
Once merged, tag the commit in Git:
git tag 1.2.0
git push origin 1.2.0
- The pipeline will start automatically and upload the package to the remote.