File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 6
6
orcid : https://orcid.org/0009-0005-7245-5930
7
7
title : " The Parallel Hashmap C++ library"
8
8
license : Apache-2.0
9
- version : 1.4.1
10
- date-released : 2024-10-27
9
+ version : 2.0.0
10
+ date-released : 2025-01-21
Original file line number Diff line number Diff line change 8
8
FetchContent_Declare(
9
9
parallel-hashmap
10
10
GIT_REPOSITORY https://github.com/greg7mdp/parallel-hashmap.git
11
- GIT_TAG v1.4.1 # adjust tag/branch/commit as needed
11
+ GIT_TAG v2.0.0 # adjust tag/branch/commit as needed
12
12
)
13
13
FetchContent_MakeAvailable(parallel-hashmap)
14
14
Original file line number Diff line number Diff line change 1
1
- update version in ` phmap_config.h `
2
- - update version in ` CITATION.cff ` and ` README.md `
2
+ - update version in ` CITATION.cff `
3
3
- update version in comment on top of ` CMakeLists.txt `
4
4
- git commit
5
5
- git push
6
- - create the new release on github (tag ` v1.4 .0` - use semantic versioning)
6
+ - create the new release on github (tag ` v2.0 .0` - use semantic versioning)
7
7
- download the tar.gz from github, and use ` sha256sum parallel-hashmap-1.4.0.tar.gz ` on linux to get the sha256
8
8
9
9
## conan
Original file line number Diff line number Diff line change 34
34
// limitations under the License.
35
35
// ---------------------------------------------------------------------------
36
36
37
- #define PHMAP_VERSION_MAJOR 1
38
- #define PHMAP_VERSION_MINOR 4
39
- #define PHMAP_VERSION_PATCH 1
37
+ #define PHMAP_VERSION_MAJOR 2
38
+ #define PHMAP_VERSION_MINOR 0
39
+ #define PHMAP_VERSION_PATCH 0
40
40
41
41
// Included for the __GLIBC__ macro (or similar macros on other systems).
42
42
#include < limits.h>
You can’t perform that action at this time.
0 commit comments