Skip to content

Commit

Permalink
chore: update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchriswhite committed Jun 6, 2023
1 parent 7924dda commit df5eb7e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/client/doc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.0.33] - 2023-06-06

- Exported `rootCmd` to support cross-package usage (i.e. subcommands w/ own pkgs)
- Refactored common CLI code
- Moved & refactored `PersistentPreRunE()` helper
- Moved & exported `busCLICtxKey`
- Exported `GetValueFromCLIContext()` and `SetValueInCLIContext()`
- Moved `setupAndStartP2PModule`
- Moved `setupCurrentHeightProvider`
- Moved `setupPeerstoreProvider`
- Refactored CLI flags to own package for cross-package use

## [0.0.0.32] - 2023-05-25

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

0 comments on commit df5eb7e

Please sign in to comment.