Skip to content

Commit 4da425b

Browse files
committed
v0.10.3
1 parent affba0a commit 4da425b

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable, and not so notable, changes to this project will be documented in this file.
44

5+
## [0.10.3] - 2025-06-27
6+
7+
### Features
8+
9+
- [`eff3a80`](https://github.com/ryanccn/nrr/commit/eff3a80df99f8e77ec5d520857f56254e135ff6c) (_complete_) Filter for executables on windows - Ryan Cao
10+
11+
### Bug Fixes
12+
13+
- [`76f0d10`](https://github.com/ryanccn/nrr/commit/76f0d1097efc76b29b3be3dcc60cd47fb3acbf65) Use `owo_colors::Style`, update benchmarks - Ryan Cao
14+
15+
### Miscellaneous
16+
17+
- [`affba0a`](https://github.com/ryanccn/nrr/commit/affba0a9d9b538988bea42ce239d1723b986c75c) (_ci_) Update pinned actions - Ryan Cao
18+
519
## [0.10.2] - 2025-04-02
620

721
### Bug Fixes
@@ -461,6 +475,7 @@ All notable, and not so notable, changes to this project will be documented in t
461475

462476
- [`1373b97`](https://github.com/ryanccn/nrr/commit/1373b972de7540e9496217b3121455b4eddb83dd) (_ci_) Add cargo release workflow - Ryan Cao
463477

478+
[0.10.3]: https://github.com/ryanccn/nrr/compare/v0.10.2..0.10.3
464479
[0.10.2]: https://github.com/ryanccn/nrr/compare/v0.10.1..v0.10.2
465480
[0.10.1]: https://github.com/ryanccn/nrr/compare/v0.10.0..v0.10.1
466481
[0.10.0]: https://github.com/ryanccn/nrr/compare/v0.9.5..v0.10.0

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 = "nrr"
3-
version = "0.10.2"
3+
version = "0.10.3"
44
edition = "2024"
55
rust-version = "1.85"
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ nrr is also available in [Nixpkgs](https://github.com/NixOS/nixpkgs) as `nixpkgs
9393
This installer script works on Linux and macOS and downloads binaries from GitHub Releases, falling back to `cargo install` if a prebuilt binary cannot be found.
9494

9595
```sh
96-
curl --proto '=https' --tlsv1.2 https://nrr.ryanccn.dev | sh
96+
curl --proto '=https' --tlsv1.2 https://raw.githubusercontent.com/ryanccn/nrr/refs/heads/main/install.sh | sh
9797
```
9898

9999
### Cargo

0 commit comments

Comments
 (0)