Skip to content

Commit

Permalink
Release 2.0.0 preps
Browse files Browse the repository at this point in the history
  • Loading branch information
alexei-sintotski committed Feb 4, 2022
1 parent 179dbba commit ef2baad
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2.0.0] - Null safety
* Null safety support
* Performance optimizations for all commands

## [1.6.0] - Semiautomatic pubspec.lock correction
* Feature: Semiautomatic correction of pubspec.lock inconsistencies with `probe --correct`
* Kudos to @RtgrV for design and implementation!
Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ Feature roadmap:

| version | Major feature |
|---------|--------------------------------------------------------------------------------------------------------------------------|
| 2.0 | Null-safe implementation |
| 2.1 | Upgrade of only selected (not all) external dependencies consistently across repository |
| 2.2 | List outdated packages |
| 2.3 | Pinning configuration of a new package with pubspec.lock without upgrading configuration of other packages in repository |
| 2.4 | Ability to define commands in the configuration file |
| 2.1 | Ability to define commands in the configuration file |
| 2.2 | Upgrade of only selected (not all) external dependencies consistently across repository |
| 2.3 | List outdated packages |
| 2.4 | Pinning configuration of a new package with pubspec.lock without upgrading configuration of other packages in repository |

# 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.6.0
version: 2.0.0
homepage: https://github.com/alexei-sintotski/dart-borg

executables:
Expand Down

0 comments on commit ef2baad

Please sign in to comment.