-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## 🤖 New release * `fitsio`: 0.21.2 -> 0.21.3 * `fitsio-sys`: 0.5.2 -> 0.5.3 * `fitsio-derive`: 0.2.0 -> 0.2.1 <details><summary><i><b>Changelog</b></i></summary><p> ## `fitsio` <blockquote> ## [0.21.3](fitsio-v0.21.2...fitsio-v0.21.3) - 2024-07-26 ### Added - POC header comment API design ([#332](#332)) ### Other - Add TSHORT types for i16 and u16 - Add clippy feature - Merge branch 'main' into main - Pin minimal serde version - Update criterion requirement from 0.3.5 to 0.5.1 in /fitsio - Fix nightly compile errors - Use TBYTE for *8 reads ([#277](#277)) - Allow/fix warnings that are blocking CI </blockquote> ## `fitsio-sys` <blockquote> ## [0.5.3](fitsio-sys-v0.5.2...fitsio-sys-v0.5.3) - 2024-07-26 ### Other - Fix clippy warnings - Update bindgen requirement from 0.66 to 0.69 in /fitsio-sys - Include new changelog for fitsio-sys - Provide aliases to function "long names". - Update bindgen requirement from 0.63 to 0.66 in /fitsio-sys ### Added * Added aliases for cfitsio short names ([#258](#258)) ### Changed ### Removed </blockquote> ## `fitsio-derive` <blockquote> ## [0.2.1](fitsio-derive-v0.2.0...fitsio-derive-v0.2.1) - 2024-07-26 ### Other - Rename myself - Specify required patch versions for all deps. </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). --------- Co-authored-by: Simon Walker <[email protected]>
- Loading branch information
1 parent
4fc1a94
commit d1146f3
Showing
8 changed files
with
66 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.2.1](https://github.com/simonrw/rust-fitsio/compare/fitsio-derive-v0.2.0...fitsio-derive-v0.2.1) - 2024-07-26 | ||
|
||
### Other | ||
- Rename myself | ||
- Specify required patch versions for all deps. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "fitsio-derive" | ||
edition = "2018" | ||
version = "0.2.0" | ||
version = "0.2.1" | ||
authors = ["Simon Walker <[email protected]>"] | ||
description = "Custom derive macros for the fitsio crate" | ||
homepage = "https://github.com/simonrw/rust-fitsio" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "fitsio-sys" | ||
version = "0.5.2" | ||
version = "0.5.3" | ||
edition = "2018" | ||
authors = ["Simon Walker <[email protected]>"] | ||
description = "FFI wrapper around cfitsio" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.21.3](https://github.com/simonrw/rust-fitsio/compare/fitsio-v0.21.2...fitsio-v0.21.3) - 2024-07-26 | ||
|
||
### Added | ||
- POC header comment API design ([#332](https://github.com/simonrw/rust-fitsio/pull/332)) | ||
|
||
### Other | ||
- Add TSHORT types for i16 and u16 | ||
- Add clippy feature | ||
- Merge branch 'main' into main | ||
- Pin minimal serde version | ||
- Update criterion requirement from 0.3.5 to 0.5.1 in /fitsio | ||
- Fix nightly compile errors | ||
- Use TBYTE for *8 reads ([#277](https://github.com/simonrw/rust-fitsio/pull/277)) | ||
- Allow/fix warnings that are blocking CI |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters