From 04a89c93f479f4072c046d1726dce0ce2c3db7f6 Mon Sep 17 00:00:00 2001 From: devmil Date: Sun, 10 Mar 2024 21:59:18 +0100 Subject: [PATCH] adds CHANGELOG entry and bumps major --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 635c816..e0782da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/pubspec.yaml b/pubspec.yaml index 41e5eb5..f75e89a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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"