Releases: xsnippet/xsnippet-api
Releases · xsnippet/xsnippet-api
Development Build
What's Changed
- Try actions/attest-build-provenance for our builds by @malor in #170
- ci: fix release creation permissions by @malor in #171
- Cross-compile binaries for aarch64-unknown-linux-gnu (alternative) by @malor in #173
- ci: quick fix for the releases workflow by @malor in #174
- ci: fix the release workflow by @malor in #176
- ci: fix the release workflow by @malor in #177
- Build and link with openssl statically by @malor in #178
- ci: fix build error on windows by @malor in #179
Full Changelog: v5.1.2...nightly
v5.1.2
What's Changed
- Fix clippy warnings from rust 1.77 by @malor in #163
- Bump h2 from 0.3.25 to 0.3.26 by @dependabot in #165
- Bump whoami from 1.4.1 to 1.5.1 by @dependabot in #164
- Update dependencies and fix new warnings by @malor in #166
- Fix new clippy warnings and update deps by @malor in #169
- Spell check with Typos by @malor in #168
Full Changelog: v5.1.1...v5.1.2
v5.1.1
What's Changed
- Fix GitHub CI warnings by @malor in #153
- Bump Rocket version 0.5.0 final by @ikalnytskyi in #154
- Bump openssl from 0.10.59 to 0.10.60 by @dependabot in #155
- Fix cargo clippy by @ikalnytskyi in #158
- Bump h2 from 0.3.21 to 0.3.25 by @dependabot in #159
- Bump mio from 0.8.9 to 0.8.11 by @dependabot in #157
- Use gh instead of third-party GitHub actions for creating releases by @malor in #160
- Fix the value of GH_REPO by @malor in #161
- Fix asset uploading by @malor in #162
New Contributors
- @dependabot made their first contribution in #155
Full Changelog: v5.1.0...v5.1.1
v5.1.0
- Update to Rocket 0.5 and Diesel 2.0
- All routes are now
async
- Use Rust
stable
instead ofnightly
- Update all dependencies to make Dependabot happy
v5.0.0
Merge pull request #139 from xsnippet/action-setup-postgres Use `ikalnytskyi/action-setup-postgres` action