Skip to content

Commit

Permalink
chore: Bumps version to 0.1.1 and updates changelog. (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
hampuslavin authored Nov 21, 2024
1 parent b85e816 commit afea3bc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
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'

0 comments on commit afea3bc

Please sign in to comment.