Skip to content

Commit 792c88b

Browse files
authored
chore: release
1 parent f009fe9 commit 792c88b

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fitsio-sys/CHANGELOG.md

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

77
## Unreleased
88

9+
## [0.5.5](https://github.com/simonrw/rust-fitsio/compare/fitsio-sys-v0.5.4...fitsio-sys-v0.5.5) - 2025-01-02
10+
11+
### Other
12+
13+
- Simplify build.rs of fitsio-sys ([#377](https://github.com/simonrw/rust-fitsio/pull/377))
14+
- Include function to get cfitsio version ([#379](https://github.com/simonrw/rust-fitsio/pull/379))
15+
- *(deps)* update bindgen requirement from 0.70 to 0.71 in /fitsio-sys in the cargo-packages group (#372)
16+
917
## [0.5.4](https://github.com/simonrw/rust-fitsio/compare/fitsio-sys-v0.5.3...fitsio-sys-v0.5.4) - 2024-10-31
1018

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

fitsio/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.21.7](https://github.com/simonrw/rust-fitsio/compare/fitsio-v0.21.6...fitsio-v0.21.7) - 2025-01-02
10+
11+
### Other
12+
13+
- Include function to get cfitsio version ([#379](https://github.com/simonrw/rust-fitsio/pull/379))
14+
- Fix macos tests ([#380](https://github.com/simonrw/rust-fitsio/pull/380))
15+
916
## [0.21.6](https://github.com/simonrw/rust-fitsio/compare/fitsio-v0.21.5...fitsio-v0.21.6) - 2024-10-31
1017

1118
### 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.6"
12+
version = "0.21.7"
1313
rust-version = "1.58.0"
1414

1515
[package.metadata.release]

0 commit comments

Comments
 (0)