Skip to content

Commit 3559a27

Browse files
chore: update changelogs
1 parent 7924dda commit 3559a27

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

app/client/doc/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.0.0.32] - 2023-06-06
11+
12+
- Exported `rootCmd` to support cross-package usage (i.e. subcommands w/ own pkgs)
13+
- Refactored common CLI code
14+
- Moved & refactored `PersistentPreRunE()` helper
15+
- Moved & exported `busCLICtxKey`
16+
- Exported `GetValueFromCLIContext()` and `SetValueInCLIContext()`
17+
- Moved `setupAndStartP2PModule`
18+
- Moved `setupCurrentHeightProvider`
19+
- Moved `setupPeerstoreProvider`
20+
- Refactored CLI flags to own package for cross-package use
21+
1022
## [0.0.0.32] - 2023-05-25
1123

1224
- Add the `nonInteractive` flag in a couple spots where it was missing

0 commit comments

Comments
 (0)