Skip to content

Commit

Permalink
Merge pull request #12 from dice-group/develop
Browse files Browse the repository at this point in the history
v0.2.4
  • Loading branch information
bigerl authored Feb 28, 2023
2 parents f88d3da + e7606b5 commit c3034fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-conan-branch-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
publish-release:
uses: dice-group/cpp-conan-release-reusable-workflow/.github/workflows/publish-conan-branch-package.yml@main
with:
public_artifactory: false
public_artifactory: true
os: ubuntu-22.04
compiler: clang-14
cmake-version: 3.22.6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
publish-conan-branch-package:
uses: dice-group/cpp-conan-release-reusable-workflow/.github/workflows/publish-release.yml@main
with:
public_artifactory: false
public_artifactory: true
os: ubuntu-22.04
compiler: clang-14
cmake-version: 3.22.6
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.18)
project(dice-sparse-map
VERSION 0.2.3
VERSION 0.2.4
DESCRIPTION "C++ implementation of a memory efficient hash map and hash set based on [tsl::sparse_map](https://github.com/Tessil/sparse-map). We added support for fancy pointers.")

include(cmake/boilerplate_init.cmake)
Expand Down

0 comments on commit c3034fb

Please sign in to comment.