Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.22.0] - 2026-04-01

* **BREAKING**: replace lazy_static with LazyLock, add MSRV to what is in the code
* upgrade dependencies: `attohttpc`, `toml`, `remove_dir_all`, `getrandom`,
`thiserror`, `git2`, `nix`
* update to edition 2024, fix clippy errors

## [0.21.0] - 2025-12-02

* **BREAKING** categorize more previously uncategorised cargo errors
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustwide"
version = "0.21.0"
version = "0.22.0"
edition = "2024"
build = "build.rs"
rust-version = "1.89"
Expand Down