diff --git a/CHANGELOG.md b/CHANGELOG.md index f4b0d42..356854a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.4.5] - 2020-09-20 +* Feature: Incremental bootstrapping is the default bootstrapping mode +* Optimization: Massive improvement of performance of dependency analysis during incremental bootstrapping +* Bugfix: Incremental bootstrapping ignores deleted packages + ## [1.4.4] - 2020-07-05 * Production-grade incremental bootstrapping * Bootstrapping dependency analysis takes dependency overrides into account diff --git a/README.md b/README.md index 3bfbece..8877837 100644 --- a/README.md +++ b/README.md @@ -184,9 +184,11 @@ In some cases incremental bootstrapping is not available and basic bootstrapping * `borg boot` detects Dart version update since the last successful bootstrapping * `borg boot` detects Flutter SDK update since the last successful bootstrapping -Please note that `borg boot --mode=incremental` switches `borg boot` to incremental mode for subsequent runs. This means -that you do not need to specify boot mode every time you run `borg boot`. `boot borg --mode=basic` switches back to the -basic bootstrapping mode executing `pub get` / `flutter packages get` for all found packages. +Incremental bootstrapping is the default bootstrapping mode since version 1.4.5. + +Please note that `borg boot --mode=basic` switches `borg boot` to basic mode for subsequent runs (The basic mode +executes `pub get` / `flutter packages get` for all found packages). This means that you do not need to specify boot +mode every time you run `borg boot`. `boot borg --mode=incremental` switches back to the incremental bootstrapping mode. # Configuration file: borg.yaml diff --git a/pubspec.yaml b/pubspec.yaml index d6d51da..7144363 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: borg description: Dart borg is a command-line tool to support development teams working on large scale Dart and Flutter mono repositories. -version: 1.4.4 +version: 1.4.5 homepage: https://github.com/alexei-sintotski/dart-borg executables: