From f5f9151f1f5bec316ccf780941f00d986e9e7de2 Mon Sep 17 00:00:00 2001 From: Raphael Amorim Date: Tue, 6 Jun 2023 21:04:33 +0200 Subject: [PATCH] release 0.0.6 --- CHANGELOG.md | 2 +- rio/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a35420a957..ee4f543a3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.0.6 (In progress) +## 0.0.6 - Fix: support to clipboard in linux by [@joseemds](https://github.com/joseemds). - Font style for custom fonts by [@OlshaMB](https://github.com/OlshaMB) (closed [#80](https://github.com/raphamorim/rio/issues/80) and [#81](https://github.com/raphamorim/rio/issues/81)) diff --git a/rio/Cargo.toml b/rio/Cargo.toml index 72c26c5133..f36a6478c2 100644 --- a/rio/Cargo.toml +++ b/rio/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rio" -version = "0.0.5" +version = "0.0.6" authors = ["Raphael Amorim "] edition = "2021" license = "MIT"