Skip to content

Commit 89f9d54

Browse files
committed
prepare for proj release
1 parent 3e63149 commit 89f9d54

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

CHANGES.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
# Changes
1+
## 0.28.0 - 2024-12-20
22

3-
## Unreleased
4-
5-
- Update to proj-sys 0.24.0 (libproj 9.4.0)
6-
- Provide bundled bindings by default and move support for build time generated bindings behind the `buildtime_bindgen` feature of proj-sys
3+
- Update to proj-sys 0.25.0 (libproj 9.4.0)
4+
- BREAKING: Provide bundled bindings by default and move support for build time generated bindings behind the `buildtime_bindgen` feature of proj-sys
75
- Bump MSRV to 1.70
86

97
## 0.27.2

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "proj"
33
description = "High-level Rust bindings for the latest stable version of PROJ"
4-
version = "0.27.2"
4+
version = "0.28.0"
55
authors = [
66
"The Georust Developers <[email protected]>"
77
]

proj-sys/CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# UNRELEASED
2+
3+
- Your Change Here.
4+
15
# 0.25.0 - 2024-12-20
26

37
- BREAKING: Update bindgen to 0.71.1

0 commit comments

Comments
 (0)