From 9525a89c315c4692fc45209833e527873ca83cb2 Mon Sep 17 00:00:00 2001 From: Abdur-RahmaanJ Date: Sat, 29 Jul 2023 17:49:29 +0400 Subject: [PATCH] bump: 0.3.0 --- CHANGELOG.md | 1 + Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60e13e9..dd2359c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ 0.3.0 - Print accepts arrays and vectors +- Emoji shortcodes 0.2.0 diff --git a/Cargo.toml b/Cargo.toml index 2ec8520..8e0dab8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "richterm" -version = "0.2.0" +version = "0.3.0" edition = "2021" description = "rich terminal, follow's python's famous rich library" keywords = ["cli", "terminal", "colors", "console", "ansi"]