Skip to content

Commit d38148f

Browse files
authored
Merge pull request #1780 from sharkdp/release-10.3
release: 10.3
2 parents fd06e69 + 04832f1 commit d38148f

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Upcoming release
1+
10.3.0
22

33
## Features
44

@@ -15,9 +15,18 @@
1515
- 'M' no longer means "month", as that could be confusing with minutes. Use "mo", "mos", "month" or "months" instead.
1616
- month and year now account for variability in the calander rather than being a hard-coded number of seconds. That is probably
1717
what you would expect, but it is a slight change in behavior.
18+
- aarch64 Windows was added to CI and release artifacts
19+
- Many dependencies were updated
20+
- Better support building on Illumos (there is no automated testing, but some known issues were fixed)
1821

1922
## Other
2023

24+
This will be the last release that has been tested on x86_64 Mac OS, since GitHub is
25+
dropping support for runners with that hardware.
26+
27+
It may also be the last release to use a version of Rust with tier-1 support for
28+
x86_64/intel Macs and Windows 7.
29+
2130

2231
# 10.2.0
2332

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
@@ -17,7 +17,7 @@ license = "MIT OR Apache-2.0"
1717
name = "fd-find"
1818
readme = "README.md"
1919
repository = "https://github.com/sharkdp/fd"
20-
version = "10.2.0"
20+
version = "10.3.0"
2121
edition= "2021"
2222
rust-version = "1.77.2"
2323

0 commit comments

Comments
 (0)