Releases: kugland/neocities-client
Releases · kugland/neocities-client
v0.1.12
What's Changed
- Bumped MSRV from 1.70.0 to 1.82.0 by @kugland in 9890c45.
- fix(deps): update rust crate serde to v1.0.200 by @renovate in #25
- fix(deps): update rust crate base64 to v0.22.1 by @renovate in #27
- fix(deps): update rust crate ureq to v2.9.7 by @renovate in #28
- fix(deps): update rust crate serde_json to v1.0.117 by @renovate in #31
- fix(deps): update rust crate thiserror to v1.0.60 by @renovate in #29
- fix(deps): update rust crate serde to v1.0.201 by @renovate in #30
- fix(deps): update rust crate parse-display to v0.9.1 by @renovate in #36
- Version 0.1.12 by @kugland in #52
Full Changelog: v0.1.11...v0.1.12
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.