Skip to content

Commit 9e3e115

Browse files
authored
release: 0.18.0 (#423)
1 parent 03ebfb9 commit 9e3e115

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
<a name="v0.18.0"></a>
2+
3+
### v0.18.0 (2025-10-27)
4+
5+
#### Changes
6+
7+
* MSRV is now 1.84.0
8+
9+
#### Maintenance
10+
11+
* fix: deal more gracefully with private registries by @jrudolph in https://github.com/kbknapp/cargo-outdated/pull/391
12+
* feat: bump to use libgit2 1.9 by @chenrui333 in https://github.com/kbknapp/cargo-outdated/pull/417
13+
* chore(deps): bump crossbeam-channel from 0.5.13 to 0.5.15 by @dependabot[bot] in https://github.com/kbknapp/cargo-outdated/pull/418
14+
* chore(deps): bump tracing-subscriber from 0.3.19 to 0.3.20 by @dependabot[bot] in https://github.com/kbknapp/cargo-outdated/pull/421
15+
* fix: support sparse registries by @robjtede in https://github.com/kbknapp/cargo-outdated/pull/422
16+
17+
<a name="v0.17.0"></a>
18+
19+
### v0.17.0 (2025-03-17)
20+
21+
#### Changes
22+
23+
* MSRV is now 1.83.0
24+
* Use fxhashmap for speed
25+
26+
#### Maintenance
27+
28+
* Update `cargo` to enable support for edition 2024. ([#403](https://github.com/kbknapp/cargo-outdated/pull/410))
29+
130
<a name="v0.16.0"></a>
231

332
### v0.16.0 (2024-12-07)

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 = "cargo-outdated"
3-
version = "0.17.0"
3+
version = "0.18.0"
44
authors = [
55
"Kevin K. <[email protected]>",
66
"Frederick Z. <[email protected]>",

0 commit comments

Comments
 (0)