Skip to content

Commit 248949d

Browse files
committed
Release 0.4.3
1 parent df72d46 commit 248949d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ categories = [ "algorithms", "data-structures", "science", "no-std" ]
88
license = "MIT OR Apache-2.0"
99
repository = "https://github.com/rust-num/num"
1010
name = "num"
11-
version = "0.4.2"
11+
version = "0.4.3"
1212
readme = "README.md"
1313
exclude = ["/ci/*", "/.github/*"]
1414
edition = "2021"

RELEASES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Release 0.4.3 (2024-05-08)
2+
3+
- Upgrade to 2021 edition, **MSRV 1.60**.
4+
- Updated all sub-crates to their latest versions.
5+
16
# Release 0.4.2 (2024-04-12)
27

38
- Updated all sub-crates to their latest versions.

0 commit comments

Comments
 (0)