Skip to content

Commit

Permalink
Merge #93
Browse files Browse the repository at this point in the history
93: Prepare for proj-sys 0.21.0, proj 0.24.0 release r=urschrei a=urschrei



Co-authored-by: Stephan Hügel <[email protected]>
  • Loading branch information
bors[bot] and urschrei authored Oct 20, 2021
2 parents 5b0d58e + ffcf8d0 commit b1fa08a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changes

## 0.24.0
- update to proj-sys 0.21.0

## 0.23.1
- Update docs to refer to correct libproj version

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "proj"
description = "High-level Rust bindings for the latest stable version of PROJ"
version = "0.23.1"
version = "0.24.0"
authors = [
"The Georust Developers <[email protected]>"
]
Expand All @@ -13,7 +13,7 @@ readme = "README.md"
edition = "2018"

[dependencies]
proj-sys = { version = "0.20.1", path = "proj-sys" }
proj-sys = { version = "0.21.0", path = "proj-sys" }
geo-types = { version = "0.7", optional = true }
libc = "0.2.62"
num-traits = "0.2.8"
Expand Down
2 changes: 1 addition & 1 deletion proj-sys/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# UNRELEASED
# 0.21.0

- BREAKING: Remove `bundled_proj_tiff` feature and assume system libproj has
the default enabled tiff support. Otherwise, the current setup would
Expand Down
2 changes: 1 addition & 1 deletion proj-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "proj-sys"
description = "Rust bindings for PROJ v8.1.x"
repository = "https://github.com/georust/proj"
version = "0.20.1"
version = "0.21.0"
readme = "README.md"
authors = ["The Georust developers <[email protected]>"]
keywords = ["proj", "projection", "osgeo", "geo", "geospatial"]
Expand Down

0 comments on commit b1fa08a

Please sign in to comment.