Skip to content

Commit

Permalink
Prepare release sidekick-v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuspepe committed Sep 26, 2023
1 parent 35dc05c commit 1db0f63
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions sidekick/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sidekick/lib/sidekick.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sidekick/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 1db0f63

Please sign in to comment.