Skip to content

Release v0.1.0#29

Merged
weiji14 merged 5 commits intogeorust:mainfrom
weiji14:release/v0.1.0
Jun 10, 2025
Merged

Release v0.1.0#29
weiji14 merged 5 commits intogeorust:mainfrom
weiji14:release/v0.1.0

Conversation

@weiji14
Copy link
Member

@weiji14 weiji14 commented May 30, 2025

Prepare for publishing a v0.1.0 to crates.io!

TODO:

  • I agree to follow the project's code of conduct.
  • Update version in Cargo.toml
  • Update notes in main README.md
  • Start a changelog, created using git-cliff + manual edits
  • 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: "

Closes #28, #7

weiji14 added 2 commits May 31, 2025 09:08
Added a badge to docs.rs/geotiff, updated note about significant refactoring work on top of tiff crate, and refreshed the library usage code example.
@weiji14 weiji14 added this to the v0.1.0 milestone May 30, 2025
weiji14 added 2 commits May 31, 2025 11:30
Using git-cliff to generate a draft changelog, grouped into different sections based on GitHub PR labels. Manually edited to use Pull Request title for changelog entries in v0.1.0, and removing the miscellaneous category containing entries from non-squashed commits.
@weiji14 weiji14 marked this pull request as ready for review May 30, 2025 23:37
@weiji14 weiji14 requested a review from gschulze June 10, 2025 02:07
Copy link
Collaborator

@gschulze gschulze left a comment

Choose a reason for hiding this comment

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

Found a small documentation inconsistency, looks fine otherwise!

README.md Outdated
```

`TIFF::open(...)` returns an `Option`, depending if the open operation was successful or not. Individual values can then be read (for the moment, only at pixels) using:
`GeoTiff::read(...)` returns an `Option`, depending if the read operation was successful
Copy link
Collaborator

Choose a reason for hiding this comment

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

Actually, this now returns a TiffResult<Self>.

Copy link
Member Author

Choose a reason for hiding this comment

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

Oh yes, good catch! Edited at commit fd1b499, see if it looks ok now.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Looks good!

Co-authored-by: Gunnar Schulze <gunnar.schulze@invenium.io>
@weiji14 weiji14 merged commit 5cb67e7 into georust:main Jun 10, 2025
5 checks passed
@weiji14 weiji14 deleted the release/v0.1.0 branch June 10, 2025 08:31
@weiji14
Copy link
Member Author

weiji14 commented Jun 10, 2025

Thanks @gschulze, I'll tag a release, and then publish to crates.io in a bit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Can we expect an updated version anytime soon ?

2 participants