Skip to content

Commit 24c1212

Browse files
committed
version 3.5.1
Signed-off-by: mulhern <[email protected]>
1 parent 1ec37c5 commit 24c1212

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGES.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
stratisd 3.5.1
2+
==============
3+
Recommended Rust toolchain version: 1.67.0
4+
Lowest supported Rust toolchain version: 1.66.1
5+
6+
Recommended development platform for Python development: Fedora 37
7+
8+
- Do not link statically compiled udev-related binaries:
9+
https://github.com/stratis-storage/stratisd/pull/3256
10+
11+
- Tidies and Maintenance:
12+
https://github.com/stratis-storage/stratisd/pull/3253
13+
https://github.com/stratis-storage/stratisd/pull/3252
14+
https://github.com/stratis-storage/stratisd/pull/3251
15+
https://github.com/stratis-storage/stratisd/pull/3249
16+
https://github.com/stratis-storage/stratisd/pull/3248
17+
https://github.com/stratis-storage/stratisd/pull/3247
18+
https://github.com/stratis-storage/stratisd/pull/3246
19+
https://github.com/stratis-storage/stratisd/pull/3245
20+
https://github.com/stratis-storage/stratisd/pull/3244
21+
https://github.com/stratis-storage/stratisd/pull/3234
22+
https://github.com/stratis-storage/stratisd/pull/3231
23+
24+
125
stratisd 3.5.0
226
==============
327
Recommended Rust toolchain version: 1.66.1

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stratisd"
3-
version = "3.5.0"
3+
version = "3.5.1"
44
authors = ["Stratis Developers <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.66.1" # LOWEST SUPPORTED RUST TOOLCHAIN

0 commit comments

Comments
 (0)