Skip to content

Commit 05ee219

Browse files
committed
prepare 0.19.1 release
1 parent 11631d7 commit 05ee219

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## Unreleased
77

8+
## [0.19.1] - 2025-03-05
9+
10+
- temporarily freeze used rustup version to 1.27.1, disable rustup self-update
11+
see https://github.com/rust-lang/rustup/issues/4224 and
12+
https://github.com/rust-lang/rustwide/issues/94
13+
814
## [0.19.0] - 2024-12-26
915

1016
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustwide"
3-
version = "0.19.0"
3+
version = "0.19.1"
44
edition = "2018"
55
build = "build.rs"
66

0 commit comments

Comments
 (0)