Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7c71d11

Browse files
committed
release notes: add 0.2.2
1 parent 01c0a61 commit 7c71d11

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

docs/src/release-notes/0.2.2.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
### **Rust Coreutils 0.2.2 Release:**
2+
3+
This is a patch release focused on critical infrastructure fixes to ensure reliable distribution and deployment across different platforms.
4+
We also improved the performance of base64 to be faster than the GNU implementation (1.56 times faster).
5+
6+
## What's Changed
7+
8+
## base64
9+
* base64: improve perfs by using the base64-simd crate by @sylvestre in https://github.com/uutils/coreutils/pull/8578
10+
11+
## cp
12+
* cp: fix copying current directory (.) to existing directory by @Vesal-J in https://github.com/uutils/coreutils/pull/8565
13+
14+
## nl
15+
* nl: allow non-UTF8 section delimiter by @cakebaker in https://github.com/uutils/coreutils/pull/8575
16+
17+
## stty
18+
* Avoid panic in stty by @julian-klode in https://github.com/uutils/coreutils/pull/8559
19+
20+
## uucore
21+
* uucore/build.rs: rename function by @cakebaker in https://github.com/uutils/coreutils/pull/8584
22+
23+
## Distribution & Build
24+
* manage the locales when the program is coming from crates.io by @sylvestre in https://github.com/uutils/coreutils/pull/8571
25+
* link musl libc statically by @Ecordonnier in https://github.com/uutils/coreutils/pull/8585
26+
* Prepare version 0.2.2 by @sylvestre in https://github.com/uutils/coreutils/pull/8588
27+
28+
## Documentation
29+
* release notes: store a copy in-tree too by @sylvestre in https://github.com/uutils/coreutils/pull/8564
30+
31+
## Dependencies
32+
* chore(deps): update rust crate winapi-util to v0.1.11 by @renovate[bot] in https://github.com/uutils/coreutils/pull/8570
33+
* fix(deps): update rust crate console to v0.16.1 by @renovate[bot] in https://github.com/uutils/coreutils/pull/8577
34+
* chore(deps): update rust crate chrono to v0.4.42 by @renovate[bot] in https://github.com/uutils/coreutils/pull/8576
35+
* chore(deps): update rust crate linux-raw-sys to 0.11 by @renovate[bot] in https://github.com/uutils/coreutils/pull/8580
36+
37+
## New Contributors
38+
* @Vesal-J made their first contribution in https://github.com/uutils/coreutils/pull/8565
39+
40+
**Full Changelog**: https://github.com/uutils/coreutils/compare/0.2.0...0.2.2

0 commit comments

Comments
 (0)