You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## Unrelease
8
+
## 0.8.0-beta.0 - 2025-03-19
9
+
10
+
### Added
11
+
12
+
- (cli) Added a default-true `--set-upgrade-query` boolean flag to the `plt clone`, `plt switch`, and `plt upgrade` subcommands which can be set to false to prevent the `[pallet_path]@[version_query]` query from being saved into the file which tracks the last-used query.
9
13
10
14
### Changed
11
15
@@ -15,13 +19,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
19
16
20
- (cli) In cases where trying to run `plt upgrade` without the `--force` flag (in order to upgrade from a commit which was only ancestral to the origin repo's references) incorrectly failed, now that operation should work.
17
21
18
-
## 0.8.0-alpha.7 - 2024-03-05
22
+
## 0.8.0-alpha.7 - 2025-03-05
19
23
20
24
### Fixed
21
25
22
26
- (cli) Symlinks to nonexistent targets no longer fail to be merged in as part of file imports from pallets.
0 commit comments