Skip to content

Commit

Permalink
Update version to 0.0.2 (#21)
Browse files Browse the repository at this point in the history
* chore: Update version to 0.0.2 in pubspec.yaml

* docs: Add entry for version 0.0.2 to CHANGELOG
  • Loading branch information
blendthink authored Jan 31, 2024
1 parent 750a37c commit 1f015cc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.0.2

### Improved

- Improve PUB POINTS.
- Fix warning "No example found".
- Fix warning "The package description is too short".

### Fixed

- Grant execution permission to dartaotruntime.

## 0.0.1

- Initial version.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dvmx
description: "Dart Version Management: A simple CLI to manage Dart SDK versions per project."
version: 0.0.1
version: 0.0.2
repository: https://github.com/blendfactory/dvm

executables:
Expand Down

0 comments on commit 1f015cc

Please sign in to comment.