Releases: kugland/neocities-client
Releases · kugland/neocities-client
v0.1.11
What's Changed
- fix(deps): update rust crate thiserror to 1.0.58 by @renovate in #16
- chore(deps): update softprops/action-gh-release action to v2 by @renovate in #15
- fix(deps): update rust crate indoc to 2.0.5 by @renovate in #17
- fix(deps): update rust crate serde_json to 1.0.115 by @renovate in #18
- Bump h2 from 0.3.24 to 0.3.26 by @dependabot in #19
- fix(deps): update rust crate serde_json to 1.0.116 by @renovate in #20
- fix(deps): update rust crate serde to 1.0.198 by @renovate in #21
- Bump rustls from 0.22.2 to 0.22.4 by @dependabot in #22
- fix(deps): update rust crate thiserror to 1.0.59 by @renovate in #23
Full Changelog: v0.1.10...v0.1.11
v0.1.10
v0.1.10
Minimum Supported Rust Version
- Added a field on Cargo.toml for the Minimum Supported Rust Version. In this version it's 1.70.0.
- The above reduction of the MSRV was made possible by replacing
Result::inspect
andResult::inspect_err
with the cratetap
. It went from 1.76.0 to 1.70.0.
Changes in the CI
- Reduced the number of platforms and architectures for which we test (since this library is arch-independent, there’s no need for such through testing).
- Now
cargo clippy
andcargo fmt
run under stable, notnightly
. - Fixed the jobs that create draft releases.