From bd5ebb5620499a631a94c53fb5621ae0da49367b Mon Sep 17 00:00:00 2001 From: James Aprosail Date: Tue, 14 May 2024 12:12:25 +0800 Subject: [PATCH] changelog v0.2.0 --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ea5df3..4a2c106 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.2.0 + +- ! This version is incompatible with previous versions. +- Cancel escape enum and use static constructor class + to improve readability and performance. +- Fix potential conflict with custom color parameters. + ## 0.1.0 - Support foreground and background decorations. diff --git a/pubspec.yaml b/pubspec.yaml index e451624..fb4aa27 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: terminal_decorate description: > Terminal colorization (colorful command line) and text style decoration. -version: 0.1.0 +version: 0.2.0 repository: https://github.com/aprosail/terminal-decorate topics: - cli