Skip to content

Commit 5ed22dc

Browse files
authored
Prepare for 0.29.0 release (#224)
- [x] I agree to follow the project's [code of conduct](https://github.com/georust/.github/blob/main/CODE_OF_CONDUCT.md). - [x] I added an entry to the project's change log file if knowledge of this change could be valuable to users. - Usually called `CHANGES.md` or `CHANGELOG.md` - Prefix changelog entries for breaking changes with "BREAKING: " ---
1 parent a2cb5c4 commit 5ed22dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## 0.29.0 - 2025-03-17
22

33
- Update build status badge
44
- Update MSRV to 1.81

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.28.0"
4+
version = "0.29.0"
55
authors = [
66
"The Georust Developers <[email protected]>"
77
]

0 commit comments

Comments
 (0)