Skip to content

Commit

Permalink
Pin GDAL version. (#354)
Browse files Browse the repository at this point in the history
* Pin GDAL version.

* Pin GDAL_jll.

* Also add GDAL_jll to deps.
  • Loading branch information
evetion authored Dec 30, 2022
1 parent ec95fa5 commit b4844ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uuid = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3"
keywords = ["GDAL", "IO"]
license = "MIT"
desc = "A high level API for GDAL - Geospatial Data Abstraction Library"
version = "0.9.3"
version = "0.9.4"

[deps]
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
Expand All @@ -12,6 +12,7 @@ Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DiskArrays = "3c3547ce-8d99-4f5e-a174-61eb10b00ae3"
Extents = "411431e0-e8b7-467b-b5e0-f676ba4f2910"
GDAL = "add2ef01-049f-52c4-9ee2-e494f65e021a"
GDAL_jll = "a7073274-a066-55f0-b90d-d619367d196c"
GeoFormatTypes = "68eda718-8dee-11e9-39e7-89f7f65f511f"
GeoInterface = "cf35fbd7-0cd7-5166-be24-54bfbe79505f"
GeoInterfaceRecipes = "0329782f-3d07-4b52-b9f6-d3137cf03c7a"
Expand All @@ -24,6 +25,7 @@ ColorTypes = "0.10, 0.11"
DiskArrays = "0.3"
Extents = "0.1"
GDAL = "1.3"
GDAL_jll = "300.400 - 300.500"
GeoFormatTypes = "0.3, 0.4"
GeoInterface = "1"
GeoInterfaceRecipes = "1.0"
Expand Down

2 comments on commit b4844ca

@yeesian
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/74806

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.9.4 -m "<description of version>" b4844ca51daf6499c0c52746e0a5d42bfc271d7c
git push origin v0.9.4

Please sign in to comment.