From 831a9165bd4d7b43eefa4d07386c61024e844dd6 Mon Sep 17 00:00:00 2001 From: Guilherme Date: Sat, 14 Sep 2024 11:46:15 +0200 Subject: [PATCH] chore(main): release 0.8.0 (#58) --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb0960d..ea1c540 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.0](https://github.com/guilhermeprokisch/see/compare/v0.7.1...v0.8.0) (2024-09-14) + + +### Features + +* concatenate output and support base64 image encoding ([#57](https://github.com/guilhermeprokisch/see/issues/57)) ([19c77e7](https://github.com/guilhermeprokisch/see/commit/19c77e74ac2ad1ace42ae2b33f2fa86db6fd0cba)) + ## [0.7.1](https://github.com/guilhermeprokisch/see/compare/v0.7.0...v0.7.1) (2024-09-13) diff --git a/Cargo.lock b/Cargo.lock index fb6b4d1..a8023ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2022,7 +2022,7 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "see-cat" -version = "0.7.1" +version = "0.8.0" dependencies = [ "ansi_colours", "base64 0.22.1", diff --git a/Cargo.toml b/Cargo.toml index 128d3fd..44481ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "see-cat" -version = "0.7.1" +version = "0.8.0" edition = "2021" authors = ["Guilherme Prokisch "] homepage = "https://github.com/guilhermeprokisch/see"