File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
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
+
10
22
## [ 0.0.0.32] - 2023-05-25
11
23
12
24
- Add the ` nonInteractive ` flag in a couple spots where it was missing
You can’t perform that action at this time.
0 commit comments