Skip to content

Releases: kugland/neocities-client

v0.1.12

11 Dec 21:24
ae1a68b
Compare
Choose a tag to compare

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

20 Apr 23:24
v0.1.11
7b58f0a
Compare
Choose a tag to compare

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

05 Mar 16:46
v0.1.10
320ec97
Compare
Choose a tag to compare

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 and Result::inspect_err with the crate tap. 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 and cargo fmt run under stable, not nightly.
  • Fixed the jobs that create draft releases.

v0.1.9

04 Mar 08:52
v0.1.9
6a3eafa
Compare
Choose a tag to compare
v0.1.9

v0.1.8

02 Mar 06:45
6b1d7ce
Compare
Choose a tag to compare
v0.1.8