Skip to content

Commit d1146f3

Browse files
chore: release (#338)
## 🤖 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 <s.r.walker101@googlemail.com>
1 parent 4fc1a94 commit d1146f3

File tree

8 files changed

+66
-22
lines changed

8 files changed

+66
-22
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@ FFI wrapper around cfitsio in Rust
88

99
## Platform support
1010

11-
| Platform | Support level |
12-
| --- | --- |
13-
| Linux arm | Tier 1 |
14-
| Linux x86_64 | Tier 1 |
15-
| macos x86_64 | Tier 1 |
16-
| Linux arm64 | Tier 2 |
17-
| Linux i386 | Tier 2 |
18-
| macos arm64 | Tier 2 |
19-
| Windows msys2 | Tier 3 |
20-
| Windows msvc | - |
11+
| Platform | Support level |
12+
| ------------- | ------------- |
13+
| Linux arm | Tier 1 |
14+
| Linux x86_64 | Tier 1 |
15+
| macos x86_64 | Tier 1 |
16+
| Linux arm64 | Tier 2 |
17+
| Linux i386 | Tier 2 |
18+
| macos arm64 | Tier 2 |
19+
| Windows msys2 | Tier 3 |
20+
| Windows msvc | - |
2121

2222
Where the tiers refer to:
2323

24-
* Tier 1: guaranteed to work, tested in CI
25-
* Tier 2: should work but not tested by CI
26-
* Tier 3: may work, and not tested by CI
24+
- Tier 1: guaranteed to work, tested in CI
25+
- Tier 2: should work but not tested by CI
26+
- Tier 3: may work, and not tested by CI
2727

2828
## MSRV
2929

@@ -54,26 +54,26 @@ cargo build --features fitsio-src
5454
```
5555

5656
For the time being, it's best to stick to the development version from
57-
github. The code is tested before being pushed and is relatively
57+
github. The code is tested before being pushed and is relatively
5858
stable. Add this to your `Cargo.toml` file:
5959

6060
```toml,no_sync
6161
[dependencies]
62-
fitsio = "0.21.2"
62+
fitsio = "0.21.3"
6363
```
6464

6565
If you want the latest release from `crates.io` then add the following:
6666

6767
```toml
6868
[dependencies]
69-
fitsio = "0.21.2"
69+
fitsio = "0.21.3"
7070
```
7171

7272
Or pin a specific version:
7373

7474
```toml
7575
[dependencies]
76-
fitsio = "0.21.2"
76+
fitsio = "0.21.3"
7777
```
7878

7979
This repository contains `fitsio-sys-bindgen` which generates the C
@@ -91,7 +91,7 @@ or use from your `Cargo.toml` as such:
9191

9292
```toml
9393
[dependencies]
94-
fitsio = "0.21.2"
94+
fitsio = "0.21.3"
9595
```
9696

9797
## Documentation

fitsio-derive/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
## [0.2.1](https://github.com/simonrw/rust-fitsio/compare/fitsio-derive-v0.2.0...fitsio-derive-v0.2.1) - 2024-07-26
10+
11+
### Other
12+
- Rename myself
13+
- Specify required patch versions for all deps.

fitsio-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "fitsio-derive"
33
edition = "2018"
4-
version = "0.2.0"
4+
version = "0.2.1"
55
authors = ["Simon Walker <s.r.walker101@googlemail.com>"]
66
description = "Custom derive macros for the fitsio crate"
77
homepage = "https://github.com/simonrw/rust-fitsio"

fitsio-sys/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## Unreleased
8+
9+
## [0.5.3](https://github.com/simonrw/rust-fitsio/compare/fitsio-sys-v0.5.2...fitsio-sys-v0.5.3) - 2024-07-26
10+
11+
### Other
12+
- Fix clippy warnings
13+
- Update bindgen requirement from 0.66 to 0.69 in /fitsio-sys
14+
- Include new changelog for fitsio-sys
15+
- Provide aliases to function "long names".
16+
- Update bindgen requirement from 0.63 to 0.66 in /fitsio-sys
817
### Added
918

1019
* Added aliases for cfitsio short names ([#258](https://github.com/simonrw/rust-fitsio/pull/258))

fitsio-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fitsio-sys"
3-
version = "0.5.2"
3+
version = "0.5.3"
44
edition = "2018"
55
authors = ["Simon Walker <s.r.walker101@googlemail.com>"]
66
description = "FFI wrapper around cfitsio"

fitsio/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
## [0.21.3](https://github.com/simonrw/rust-fitsio/compare/fitsio-v0.21.2...fitsio-v0.21.3) - 2024-07-26
10+
11+
### Added
12+
- POC header comment API design ([#332](https://github.com/simonrw/rust-fitsio/pull/332))
13+
14+
### Other
15+
- Add TSHORT types for i16 and u16
16+
- Add clippy feature
17+
- Merge branch 'main' into main
18+
- Pin minimal serde version
19+
- Update criterion requirement from 0.3.5 to 0.5.1 in /fitsio
20+
- Fix nightly compile errors
21+
- Use TBYTE for *8 reads ([#277](https://github.com/simonrw/rust-fitsio/pull/277))
22+
- Allow/fix warnings that are blocking CI

fitsio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT/Apache-2.0"
99
name = "fitsio"
1010
readme = "README.md"
1111
repository = "https://github.com/simonrw/rust-fitsio"
12-
version = "0.21.2"
12+
version = "0.21.3"
1313
rust-version = "1.58.0"
1414

1515
[package.metadata.release]

fitsio/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@ let _hdu = t.hdu(hdu_num).unwrap();
10411041
[threadsafe-fits-file]: threadsafe_fitsfile/struct.ThreadsafeFitsFile.html
10421042
*/
10431043

1044-
#![doc(html_root_url = "https://docs.rs/fitsio/0.21.2")]
1044+
#![doc(html_root_url = "https://docs.rs/fitsio/0.21.3")]
10451045
#![deny(missing_docs)]
10461046
#![cfg_attr(feature = "clippy", feature(plugin))]
10471047
#![cfg_attr(feature = "clippy", plugin(clippy))]

0 commit comments

Comments
 (0)