From 5776897b9706d7b8489c0b0d04ea3b3a1b20f171 Mon Sep 17 00:00:00 2001 From: Raphael Amorim Date: Mon, 9 Sep 2024 22:20:18 +0200 Subject: [PATCH] prepare 0.1.13 --- Cargo.lock | 18 +++++++++--------- Cargo.toml | 18 +++++++++--------- docs/docs/install/macos.md | 2 +- docs/docs/install/windows.md | 4 ++-- misc/osx/Rio.app/Contents/Info.plist | 2 +- misc/windows/rio.wxs | 2 +- 6 files changed, 23 insertions(+), 23 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 895087f45b..b20accd437 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -530,7 +530,7 @@ dependencies = [ [[package]] name = "copa" -version = "0.1.12" +version = "0.1.13" dependencies = [ "arrayvec", "rio-proc-macros", @@ -552,7 +552,7 @@ dependencies = [ [[package]] name = "corcovado" -version = "0.1.12" +version = "0.1.13" dependencies = [ "bytes", "cfg-if 0.1.10", @@ -2378,7 +2378,7 @@ checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832" [[package]] name = "rio-backend" -version = "0.1.12" +version = "0.1.13" dependencies = [ "base64", "bitflags 2.6.0", @@ -2408,7 +2408,7 @@ dependencies = [ [[package]] name = "rio-proc-macros" -version = "0.1.12" +version = "0.1.13" dependencies = [ "proc-macro2", "quote", @@ -2416,7 +2416,7 @@ dependencies = [ [[package]] name = "rio-window" -version = "0.1.12" +version = "0.1.13" dependencies = [ "ahash", "atomic-waker", @@ -2467,7 +2467,7 @@ dependencies = [ [[package]] name = "rioterm" -version = "0.1.12" +version = "0.1.13" dependencies = [ "ahash", "bitflags 2.6.0", @@ -2799,7 +2799,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "sugarloaf" -version = "0.1.12" +version = "0.1.13" dependencies = [ "ab_glyph", "approx", @@ -2873,7 +2873,7 @@ dependencies = [ [[package]] name = "teletypewriter" -version = "0.1.12" +version = "0.1.13" dependencies = [ "corcovado", "dirs", @@ -3211,7 +3211,7 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "wa" -version = "0.1.12" +version = "0.1.13" dependencies = [ "bitflags 2.6.0", "fnv", diff --git a/Cargo.toml b/Cargo.toml index 16d54bd7b0..5b72946dd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.1.12" +version = "0.1.13" authors = ["Raphael Amorim "] edition = "2021" license = "MIT" @@ -27,14 +27,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.12" } -corcovado = { path = "corcovado", version = "0.1.12" } -rio-config = { path = "rio-config", version = "0.1.12" } -rio-proc-macros = { path = "rio-proc-macros", version = "0.1.12" } -copa = { path = "copa", default-features = false, version = "0.1.12" } -teletypewriter = { path = "teletypewriter", version = "0.1.12" } -rio-backend = { path = "rio-backend", version = "0.1.12" } -rio-window = { path = "rio-window", version = "0.1.12", default-features = false } +sugarloaf = { path = "sugarloaf", version = "0.1.13" } +corcovado = { path = "corcovado", version = "0.1.13" } +rio-config = { path = "rio-config", version = "0.1.13" } +rio-proc-macros = { path = "rio-proc-macros", version = "0.1.13" } +copa = { path = "copa", default-features = false, version = "0.1.13" } +teletypewriter = { path = "teletypewriter", version = "0.1.13" } +rio-backend = { path = "rio-backend", version = "0.1.13" } +rio-window = { path = "rio-window", version = "0.1.13", default-features = false } wa = { path = "wa", version = "0.1.7" } raw-window-handle = { version = "0.6.2", features = ["std"] } diff --git a/docs/docs/install/macos.md b/docs/docs/install/macos.md index 830bedfce1..c78df81b3f 100644 --- a/docs/docs/install/macos.md +++ b/docs/docs/install/macos.md @@ -5,7 +5,7 @@ language: 'en' You can download Rio terminal application for macOS platform: -- [Download Rio for MacOS v0.1.12](https://github.com/raphamorim/rio/releases/download/v0.1.12/Rio-v0.1.12.dmg) +- [Download Rio for MacOS v0.1.13](https://github.com/raphamorim/rio/releases/download/v0.1.13/Rio-v0.1.13.dmg) Alternatively you can install Rio through [Homebrew](https://brew.sh/)... diff --git a/docs/docs/install/windows.md b/docs/docs/install/windows.md index b9d2a0834e..1510d82e72 100644 --- a/docs/docs/install/windows.md +++ b/docs/docs/install/windows.md @@ -7,8 +7,8 @@ Note: Rio is only available for Windows 10 or later. Prebuilt binaries for Windows: -- [Download Microsoft installer](https://github.com/raphamorim/rio/releases/download/v0.1.12/Rio-installer.msi) -- [Download Microsoft executable](https://github.com/raphamorim/rio/releases/download/v0.1.12/Rio-portable.exe) +- [Download Microsoft installer](https://github.com/raphamorim/rio/releases/download/v0.1.13/Rio-installer.msi) +- [Download Microsoft executable](https://github.com/raphamorim/rio/releases/download/v0.1.13/Rio-portable.exe) - [Using Chocolatey package manager](https://community.chocolatey.org/packages/rio-terminal) ```sh diff --git a/misc/osx/Rio.app/Contents/Info.plist b/misc/osx/Rio.app/Contents/Info.plist index 907ce0484f..5a81277e40 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.12 + 0.1.13 CFBundleVersion 20230528.115631 CFBundleURLTypes diff --git a/misc/windows/rio.wxs b/misc/windows/rio.wxs index 9b2d285bb2..b27f3107d5 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.12" + Version="0.1.13" Manufacturer="Raphael Amorim" InstallerVersion="200">