Skip to content

Commit 0bc2499

Browse files
authored
new version (#293)
* Update CI.yml * bump Core version * bump GO version and Core compat
1 parent 46c6b02 commit 0bc2499

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/CI.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
version: '1'
6969
- name: Build and add versions
70-
run: julia --project=docs -e 'using Pkg; Pkg.add([PackageSpec(name = "GeoMakie", rev = "master")])'
70+
run: julia --project=docs -e 'using Pkg; Pkg.add([PackageSpec(name = "GeoMakie", rev = "master"), PackageSpec(name = "GeometryOpsCore", path = "./GeometryOpsCore"), PackageSpec(name = "GeometryOps", path = ".")])'
7171
- uses: julia-actions/julia-docdeploy@v1
7272
with:
7373
install-package: false
@@ -88,7 +88,7 @@ jobs:
8888
with:
8989
version: '1'
9090
- name: Build and add versions
91-
run: julia --project=docs -e 'using Pkg; Pkg.add([PackageSpec(name = "GeoMakie", rev = "master")])'
91+
run: julia --project=docs -e 'using Pkg; Pkg.add([PackageSpec(name = "GeoMakie", rev = "master"), PackageSpec(name = "GeometryOpsCore", path = "./GeometryOpsCore"), PackageSpec(name = "GeometryOps", path = ".")])'
9292
- run: |
9393
julia --project=docs -e '
9494
using Documenter: DocMeta, doctest

GeometryOpsCore/Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "GeometryOpsCore"
22
uuid = "05efe853-fabf-41c8-927e-7063c8b9f013"
33
authors = ["Anshul Singhvi <[email protected]>", "Rafael Schouten <[email protected]>", "Skylar Gering <[email protected]>", "and contributors"]
4-
version = "0.1.3"
4+
version = "0.1.4"
55

66
[deps]
77
DataAPI = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"

Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "GeometryOps"
22
uuid = "3251bfac-6a57-4b6d-aa61-ac1fef2975ab"
33
authors = ["Anshul Singhvi <[email protected]>", "Rafael Schouten <[email protected]>", "Skylar Gering <[email protected]>", "and contributors"]
4-
version = "0.1.16"
4+
version = "0.1.17"
55

66
[deps]
77
CoordinateTransformations = "150eb455-5306-5404-9cee-2592286d6298"
@@ -40,7 +40,7 @@ FlexiJoins = "0.1.30"
4040
GeoFormatTypes = "0.4"
4141
GeoInterface = "1.2"
4242
GeometryBasics = "0.4.7, 0.5"
43-
GeometryOpsCore = "=0.1.3"
43+
GeometryOpsCore = "=0.1.4"
4444
LibGEOS = "0.9.2"
4545
LinearAlgebra = "1"
4646
Proj = "1"

0 commit comments

Comments
 (0)