From f1ff615959fe18a20a0db1acc2a1c19a465267e9 Mon Sep 17 00:00:00 2001 From: Raphael Amorim Date: Thu, 8 Aug 2024 23:15:55 +0200 Subject: [PATCH] prepare 0.1.5 --- CHANGELOG.md | 4 ++++ Cargo.lock | 16 ++++++++-------- Cargo.toml | 18 +++++++++--------- misc/osx/Rio.app/Contents/Info.plist | 2 +- misc/windows/rio.wxs | 2 +- 5 files changed, 23 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5970785027..f74e549a6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,10 @@ ## Unreleased +- TBD + +## 0.1.5 + - Fix Bug cell disappearance [#579](https://github.com/raphamorim/rio/issues/579). - Fix Bug Rendering problem with TUIs using cursor movement control sequences in rio (v0.1.1+) [#574](https://github.com/raphamorim/rio/issues/574). - Changed default font family to Cascadia Code. diff --git a/Cargo.lock b/Cargo.lock index e7be569610..4f12eb9ae6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -618,7 +618,7 @@ dependencies = [ [[package]] name = "copa" -version = "0.1.4" +version = "0.1.5" dependencies = [ "arrayvec", "rio-proc-macros", @@ -641,7 +641,7 @@ dependencies = [ [[package]] name = "corcovado" -version = "0.1.4" +version = "0.1.5" dependencies = [ "bytes 0.3.0", "cfg-if 0.1.10", @@ -2548,7 +2548,7 @@ checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832" [[package]] name = "rio-backend" -version = "0.1.4" +version = "0.1.5" dependencies = [ "base64", "bitflags 2.6.0", @@ -2577,7 +2577,7 @@ dependencies = [ [[package]] name = "rio-proc-macros" -version = "0.1.4" +version = "0.1.5" dependencies = [ "proc-macro2", "quote", @@ -2636,7 +2636,7 @@ dependencies = [ [[package]] name = "rioterm" -version = "0.1.4" +version = "0.1.5" dependencies = [ "ahash", "bitflags 2.6.0", @@ -2950,7 +2950,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "sugarloaf" -version = "0.1.4" +version = "0.1.5" dependencies = [ "ab_glyph", "approx", @@ -3033,7 +3033,7 @@ dependencies = [ [[package]] name = "teletypewriter" -version = "0.1.4" +version = "0.1.5" dependencies = [ "corcovado", "dirs", @@ -3317,7 +3317,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "wa" -version = "0.1.4" +version = "0.1.5" dependencies = [ "bitflags 2.6.0", "fnv", diff --git a/Cargo.toml b/Cargo.toml index 4799491442..62a3666af0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.1.4" +version = "0.1.5" authors = ["Raphael Amorim "] edition = "2021" license = "MIT" @@ -26,14 +26,14 @@ documentation = "https://github.com/raphamorim/rio#readme" # Note: https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#multiple-locations # Sugarloaf example uses path when used locally, but uses # version from crates.io when published. -sugarloaf = { path = "sugarloaf", version = "0.1.4" } -corcovado = { path = "corcovado", version = "0.1.4" } -rio-config = { path = "rio-config", version = "0.1.4" } -rio-proc-macros = { path = "rio-proc-macros", version = "0.1.4" } -copa = { path = "copa", default-features = true, version = "0.1.4" } -teletypewriter = { path = "teletypewriter", version = "0.1.4" } -rio-backend = { path = "rio-backend", version = "0.1.4" } -wa = { path = "wa", version = "0.1.4" } +sugarloaf = { path = "sugarloaf", version = "0.1.5" } +corcovado = { path = "corcovado", version = "0.1.5" } +rio-config = { path = "rio-config", version = "0.1.5" } +rio-proc-macros = { path = "rio-proc-macros", version = "0.1.5" } +copa = { path = "copa", default-features = true, version = "0.1.5" } +teletypewriter = { path = "teletypewriter", version = "0.1.5" } +rio-backend = { path = "rio-backend", version = "0.1.5" } +wa = { path = "wa", version = "0.1.5" } raw-window-handle = "0.6.2" parking_lot = "0.12.3" diff --git a/misc/osx/Rio.app/Contents/Info.plist b/misc/osx/Rio.app/Contents/Info.plist index 8da01650e9..6c9b5d7425 100644 --- a/misc/osx/Rio.app/Contents/Info.plist +++ b/misc/osx/Rio.app/Contents/Info.plist @@ -85,7 +85,7 @@ CFBundleIconFile rio.icns CFBundleShortVersionString - 0.1.4 + 0.1.5 CFBundleVersion 20230528.115631 CFBundleURLTypes diff --git a/misc/windows/rio.wxs b/misc/windows/rio.wxs index 41a7a611d2..a681b2472f 100644 --- a/misc/windows/rio.wxs +++ b/misc/windows/rio.wxs @@ -4,7 +4,7 @@ UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a8" Language="1033" Codepage="1252" - Version="0.1.4" + Version="0.1.5" Manufacturer="Raphael Amorim" InstallerVersion="200">