Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Bumps version to 0.1.1 and updates changelog. #9

Merged
merged 1 commit into from
Nov 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.1.1

- fix: Report analytics event before running command.
- feat: Add documentation generator helper.

## 0.1.0

- feat: Introduce BetterCommand class to simplify command creation.
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: cli_tools
version: 0.1.0
description: A collection of tools for building great command-line interfaces.
version: 0.1.1
description: A collection of tools for building great command-line interfaces.
repository: https://github.com/serverpod/cli_tools
homepage: https://serverpod.dev
issue_tracker: https://github.com/serverpod/cli_tools/issues
Expand All @@ -17,12 +17,12 @@ environment:
dependencies:
args: ^2.4.0
ci: ^0.1.0
http: ">=0.13.0 <2.0.0"
http: '>=0.13.0 <2.0.0'
path: ^1.8.2
pub_api_client: ^2.4.0
pub_semver: ^2.1.4
super_string: ^1.0.3

dev_dependencies:
test: ^1.24.0
serverpod_lints: ">=1.2.6"
serverpod_lints: '>=1.2.6'