Skip to content

Commit

Permalink
adds CHANGELOG entry and bumps major
Browse files Browse the repository at this point in the history
  • Loading branch information
devmil committed Mar 10, 2024
1 parent a4f6fd0 commit 04a89c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## Version 0.19.0
- introduces `override-use-flutter` option for all commands to override the automatic decision whether to use Flutter or Dart.

## Version 0.18.0
- add missing export to json output for `extract` command
- adds analysis of readability and writability of fields.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: dart_apitool
description: A tool to analyze the public API of a package, create a model of it and diff it against another version to check semver.
repository: https://github.com/bmw-tech/dart_apitool

version: 0.18.1-dev
version: 0.19.0-dev

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down

0 comments on commit 04a89c9

Please sign in to comment.