Skip to content

Commit 2541ce5

Browse files
chore: release v17.7.0
1 parent 5dab230 commit 2541ce5

3 files changed

Lines changed: 23 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [17.7.0](https://github.com/topgrade-rs/topgrade/compare/v17.6.2...v17.7.0) - 2026-06-30
11+
12+
### Added
13+
14+
- *(step)* add pkgit ([#2120](https://github.com/topgrade-rs/topgrade/pull/2120))
15+
- *(mise)* support Windows
16+
- *(git)* add config option to fetch default branch instead of failing when on another branch ([#2109](https://github.com/topgrade-rs/topgrade/pull/2109))
17+
- *(jetbrains-toolbox)* remove download cache if cleanup = true
18+
- *(needrestart)* support detecting and skipping it on fedora ([#2097](https://github.com/topgrade-rs/topgrade/pull/2097))
19+
20+
### Fixed
21+
22+
- *(mise)* refresh process env after upgrade ([#2113](https://github.com/topgrade-rs/topgrade/pull/2113))
23+
- *(nix)* use sudo when current profile is not owned by us
24+
- *(nix)* improve correctness of current profile calculation
25+
- *(skills)* find lock file via XDG_STATE_HOME ([#2114](https://github.com/topgrade-rs/topgrade/pull/2114))
26+
- *(mise)* only forward --jobs when set
27+
- *(nix)* skip profile check for Determinate Nix upgrade ([#2074](https://github.com/topgrade-rs/topgrade/pull/2074))
28+
- *(pi)* add extension updates ([#2102](https://github.com/topgrade-rs/topgrade/pull/2102))
29+
- improve default step order ([#2098](https://github.com/topgrade-rs/topgrade/pull/2098))
30+
1031
## [17.6.2](https://github.com/topgrade-rs/topgrade/compare/v17.6.1...v17.6.2) - 2026-06-20
1132

1233
### Fixed

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
@@ -6,7 +6,7 @@ keywords = ["upgrade", "update"]
66
license = "GPL-3.0-or-later"
77
repository = "https://github.com/topgrade-rs/topgrade"
88
rust-version = "1.88.0"
9-
version = "17.6.2"
9+
version = "17.7.0"
1010
exclude = ["doc/screenshot.gif", "BREAKINGCHANGES_dev.md"]
1111
edition = "2024"
1212

0 commit comments

Comments
 (0)