Skip to content

Commit

Permalink
Versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxwell Xu committed Feb 13, 2025
1 parent d34bc4e commit 311f136
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 17 deletions.
34 changes: 17 additions & 17 deletions ports/hdbscan/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "hdbscan",
"version": "1.0.0",
"description": "A C++ implementation of HDBSCAN clustering adapted from https://github.com/rohanmohapatra/hdbscan-cpp",
"homepage": "https://github.com/ooraloo/hdbscan-cpp-vcpkg",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}
{
"name": "hdbscan",
"version": "1.0.0",
"description": "A C++ implementation of HDBSCAN clustering adapted from https://github.com/rohanmohapatra/hdbscan-cpp",
"homepage": "https://github.com/ooraloo/hdbscan-cpp-vcpkg",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}
4 changes: 4 additions & 0 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3456,6 +3456,10 @@
"baseline": "5.3.0",
"port-version": 1
},
"hdbscan": {
"baseline": "1.0.0",
"port-version": 0
},
"hdf5": {
"baseline": "1.14.4.3",
"port-version": 4
Expand Down
9 changes: 9 additions & 0 deletions versions/h-/hdbscan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "cadfc65c25a6b34861034eb24b654674e2d4868f",
"version": "1.0.0",
"port-version": 0
}
]
}

0 comments on commit 311f136

Please sign in to comment.