Skip to content

Commit bfb2a5f

Browse files
authored
chore: release
1 parent 01ed20c commit bfb2a5f

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

fitsio-sys/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## Unreleased
88

9+
## [0.5.4](https://github.com/simonrw/rust-fitsio/compare/fitsio-sys-v0.5.3...fitsio-sys-v0.5.4) - 2024-10-13
10+
11+
### Other
12+
13+
- *(deps)* update bindgen requirement from 0.69 to 0.70 in /fitsio-sys in the cargo-packages group ([#357](https://github.com/simonrw/rust-fitsio/pull/357))
14+
915
## [0.5.3](https://github.com/simonrw/rust-fitsio/compare/fitsio-sys-v0.5.2...fitsio-sys-v0.5.3) - 2024-07-26
1016

1117
### Other

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.3"
3+
version = "0.5.4"
44
edition = "2018"
55
authors = ["Simon Walker <s.r.walker101@googlemail.com>"]
66
description = "FFI wrapper around cfitsio"

fitsio/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.21.6](https://github.com/simonrw/rust-fitsio/compare/fitsio-v0.21.5...fitsio-v0.21.6) - 2024-10-13
10+
11+
### Other
12+
13+
- Allow needless-lifetimes ([#363](https://github.com/simonrw/rust-fitsio/pull/363))
14+
915
## [0.21.5](https://github.com/simonrw/rust-fitsio/compare/fitsio-v0.21.4...fitsio-v0.21.5) - 2024-08-06
1016

1117
### Added

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.5"
12+
version = "0.21.6"
1313
rust-version = "1.58.0"
1414

1515
[package.metadata.release]

0 commit comments

Comments
 (0)