Skip to content

Commit

Permalink
1.4.5+1 release preps
Browse files Browse the repository at this point in the history
  • Loading branch information
alexei-sintotski committed Dec 14, 2020
1 parent fb60935 commit 0a4f165
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## [1.4.5+1] - Dart 2.10 and upgraded dependencies

## [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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ Feature roadmap:

| version | Major feature |
|---------|--------------------------------------------------------------------------------------------------------------------------|
| 1.5 | Ability to define commands in the configuration file |
| 1.6 | List outdated packages (requires Dart 2.8) |
| 1.5 | Upgrade of only selected (not all) external dependencies consistently across repository |
| 1.6 | List outdated packages |
| 1.7 | Pinning configuration of a new package with pubspec.lock without upgrading configuration of other packages in repository |
| 1.8 | Upgrade of only selected (not all) external dependencies consistently across repository |
| 1.8 | Ability to define commands in the configuration file |

# Installation

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.5
version: 1.4.5+1
homepage: https://github.com/alexei-sintotski/dart-borg

executables:
Expand Down

0 comments on commit 0a4f165

Please sign in to comment.