From b3a32dfeb6d7f230575786c2205dff4b57e77225 Mon Sep 17 00:00:00 2001 From: thomashii Date: Sat, 15 May 2021 13:51:23 +0800 Subject: [PATCH] Updated combinator --- packages/combinator/CHANGELOG.md | 2 ++ packages/combinator/README.md | 3 ++- packages/combinator/pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/packages/combinator/CHANGELOG.md b/packages/combinator/CHANGELOG.md index 39965f48..d3ead92e 100644 --- a/packages/combinator/CHANGELOG.md +++ b/packages/combinator/CHANGELOG.md @@ -1,3 +1,5 @@ +# 2.0.1 +* Updated README # 2.0.0 * Migrated to support Dart SDK 2.12.x NNBD diff --git a/packages/combinator/README.md b/packages/combinator/README.md index 045d84ab..bd61f1fd 100644 --- a/packages/combinator/README.md +++ b/packages/combinator/README.md @@ -1,6 +1,7 @@ # angel3_combinator -[![version](https://img.shields.io/badge/pub-v2.12.4-brightgreen)](https://pub.dartlang.org/packages/angel3_combinator) +[![version](https://img.shields.io/badge/pub-v2.0.1-brightgreen)](https://pub.dartlang.org/packages/angel3_combinator) [![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety) +[![Gitter](https://img.shields.io/gitter/room/angel_dart/discussion)](https://gitter.im/angel_dart/discussion) [![License](https://img.shields.io/github/license/dukefirehawk/angel)](https://github.com/dukefirehawk/angel/tree/angel3/packages/combinator/LICENSE) diff --git a/packages/combinator/pubspec.yaml b/packages/combinator/pubspec.yaml index 77da7348..c937548f 100644 --- a/packages/combinator/pubspec.yaml +++ b/packages/combinator/pubspec.yaml @@ -1,5 +1,5 @@ name: angel3_combinator -version: 2.0.0 +version: 2.0.1 description: Packrat parser combinators that support static typing, generics, file spans, memoization, and more. homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/combinator environment: