Mentions légales du service

Skip to content
Snippets Groups Projects
Commit a56743fb authored by HUIN Nicolas's avatar HUIN Nicolas
Browse files

bump: version 0.6.1 → 0.6.2

parent 801de61d
No related branches found
No related tags found
1 merge request!11fix: move order of handle and swap in BinaryHeap::pop
Pipeline #1025154 failed
......@@ -3,6 +3,6 @@ name = "cz_conventional_commits"
tag_format = "v$version"
version_scheme = "semver"
version_files = ["VERSION", "CMakeLists.txt:VERSION"]
version = "0.6.1"
version = "0.6.2"
update_changelog_on_bump = true
major_version_zero = true
## v0.6.2 (2024-01-18)
### Fix
- add CTAD for IncrementalRelaxedEdge
## v0.6.1 (2024-01-18)
### Fix
......
......@@ -38,7 +38,7 @@ include(${_project_options_SOURCE_DIR}/Index.cmake)
# Set the project name and language
project(
CppRO
VERSION 0.6.1
VERSION 0.6.2
DESCRIPTION ""
HOMEPAGE_URL "%%myurl%%"
LANGUAGES CXX C)
......
......@@ -4,6 +4,6 @@
"conan": {}
},
"include": [
"/home/nhuin/src/CppRO/build/Debug/generators/CMakePresets.json"
"/Users/nhuin/src/CppRO/build/Debug/generators/CMakePresets.json"
]
}
\ No newline at end of file
0.6.1
0.6.2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment