diff --git a/sidekick/CHANGELOG.md b/sidekick/CHANGELOG.md index 7a0f8703..9e5f6a74 100644 --- a/sidekick/CHANGELOG.md +++ b/sidekick/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [2.1.0](https://github.com/phntmxyz/sidekick/compare/sidekick-v2.0.2..sidekick-v2.1.0) (2023-9-26) + +- **NEW:** Added tab completion [#245](https://github.com/phntmxyz/sidekick/pull/245) https://github.com/phntmxyz/sidekick/commit/dd7b18f07dd792ed9fd3c3a37bc73f254aa807c9 +- Update README https://github.com/phntmxyz/sidekick/commit/48f58c0b883dab552181b9d25165bdfc05006136 +- Fixed bug in `shared-command` plugin template when plugin name ends with `_sidekick_plugin` [#242](https://github.com/phntmxyz/sidekick/pull/242) https://github.com/phntmxyz/sidekick/commit/4d681a62a7df9514e3a9e4b5e903736842b242e7 + ## [2.0.2](https://github.com/phntmxyz/sidekick/compare/sidekick-v2.0.1..sidekick-v2.0.2) (2023-7-2) - Use `sidekick_core` version with fix for dcli/pubspec2 dependency problem [#236](https://github.com/phntmxyz/sidekick/pull/236) https://github.com/phntmxyz/sidekick/commit/a20ce751298cea41c5ced495026e737dac0c8c93 diff --git a/sidekick/lib/sidekick.dart b/sidekick/lib/sidekick.dart index 915919e5..4dc7b417 100644 --- a/sidekick/lib/sidekick.dart +++ b/sidekick/lib/sidekick.dart @@ -12,7 +12,7 @@ import 'package:sidekick_core/sidekick_core.dart' show Version; /// The version of package:sidekick // DO NOT MANUALLY EDIT THIS VERSION, instead run `sk bump-version sidekick` -final Version version = Version.parse('2.0.2'); +final Version version = Version.parse('2.1.0'); /// See the [README](https://github.com/phntmxyz/sidekick/blob/main/sidekick/README.md) /// for more information on sidekick diff --git a/sidekick/pubspec.yaml b/sidekick/pubspec.yaml index 5f909924..68656e0f 100644 --- a/sidekick/pubspec.yaml +++ b/sidekick/pubspec.yaml @@ -1,6 +1,6 @@ name: sidekick description: Creates a CLI for your flutter app for custom tasks and automation -version: 2.0.2 +version: 2.1.0 repository: https://github.com/phntmxyz/sidekick/tree/main/sidekick issue_tracker: https://github.com/phntmxyz/sidekick/labels/sidekick topics: