Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for proj-sys 0.21.0, proj 0.24.0 release #93

Merged
merged 1 commit into from
Oct 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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