Skip to content

Commit

Permalink
Prepare 0.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Oct 26, 2022
1 parent b17d620 commit c1fda0e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions sidekick_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.10.0

- Template shared-command and shared-code now use the `library` keyword #87
- `findAllPackages` works now outside of the `SidekickCommandRunner`
- New `OutOfCommandRunnerScopeException` when accessing `cliName` and friends outside of a `Command` #88
- Allow execution of `PluginCommand` from our `sidekick` cli using the system dart sdk #91
- New `SidekickCommand` that bundles now `plugins`, `recompile` and `install-global` #89

## 0.9.0

- Fix: Setting `flutterSdkPath` and `dartSdkPath` in `initializeSidekick` now works with relative paths from anywhere as well.
Expand Down
2 changes: 1 addition & 1 deletion sidekick_core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: sidekick_core
description: Reusable code pieces for sidekick CLIs. Provides a project and useful helper methods when working with files
version: 0.9.0
version: 0.10.0
repository: https://github.com/phntmxyz/sidekick
issue_tracker: https://github.com/phntmxyz/sidekick/labels/sidekick_core

Expand Down

0 comments on commit c1fda0e

Please sign in to comment.