File tree Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
7
7
## Unreleased
8
8
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
+
9
15
## [ 0.5.3] ( https://github.com/simonrw/rust-fitsio/compare/fitsio-sys-v0.5.2...fitsio-sys-v0.5.3 ) - 2024-07-26
10
16
11
17
### Other
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " fitsio-sys"
3
- version = " 0.5.3 "
3
+ version = " 0.5.4 "
4
4
edition = " 2018"
5
5
authors = [" Simon Walker <s.r.walker101@googlemail.com>" ]
6
6
description = " FFI wrapper around cfitsio"
Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
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
+
9
15
## [ 0.21.5] ( https://github.com/simonrw/rust-fitsio/compare/fitsio-v0.21.4...fitsio-v0.21.5 ) - 2024-08-06
10
16
11
17
### Added
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ license = "MIT/Apache-2.0"
9
9
name = " fitsio"
10
10
readme = " README.md"
11
11
repository = " https://github.com/simonrw/rust-fitsio"
12
- version = " 0.21.5 "
12
+ version = " 0.21.6 "
13
13
rust-version = " 1.58.0"
14
14
15
15
[package .metadata .release ]
You can’t perform that action at this time.
0 commit comments