Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Jun 16, 2024
1 parent d86bd0e commit 8631625
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 19 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@

## Unreleased

- TBD

## 0.1.1

- Fix crashes whenever reading binary files.
- Improvements on font loader (avoid set weight or style in the lookup if isn't defined).
- Fallbacks fonts doesn't trigger alerts anymore.

Expand Down
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.1.0"
version = "0.1.1"
authors = ["Raphael Amorim <[email protected]>"]
edition = "2021"
license = "MIT"
Expand All @@ -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.0" }
corcovado = { path = "corcovado", version = "0.1.0" }
rio-config = { path = "rio-config", version = "0.1.0" }
rio-proc-macros = { path = "rio-proc-macros", version = "0.1.0" }
copa = { path = "copa", default-features = true, version = "0.1.0" }
teletypewriter = { path = "teletypewriter", version = "0.1.0" }
rio-backend = { path = "rio-backend", version = "0.1.0" }
wa = { path = "wa", version = "0.1.0" }
sugarloaf = { path = "sugarloaf", version = "0.1.1" }
corcovado = { path = "corcovado", version = "0.1.1" }
rio-config = { path = "rio-config", version = "0.1.1" }
rio-proc-macros = { path = "rio-proc-macros", version = "0.1.1" }
copa = { path = "copa", default-features = true, version = "0.1.1" }
teletypewriter = { path = "teletypewriter", version = "0.1.1" }
rio-backend = { path = "rio-backend", version = "0.1.1" }
wa = { path = "wa", version = "0.1.1" }

raw-window-handle = "0.6.2"
parking_lot = "0.12.1"
Expand Down
2 changes: 1 addition & 1 deletion misc/osx/Rio.app/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<key>CFBundleIconFile</key>
<string>rio.icns</string>
<key>CFBundleShortVersionString</key>
<string>0.1.0</string>
<string>0.1.1</string>
<key>CFBundleVersion</key>
<string>20230528.115631</string>
<key>CFBundleURLTypes</key>
Expand Down
2 changes: 1 addition & 1 deletion misc/windows/rio.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a8"
Language="1033"
Codepage="1252"
Version="0.1.0"
Version="0.1.1"
Manufacturer="Raphael Amorim"
InstallerVersion="200">

Expand Down

0 comments on commit 8631625

Please sign in to comment.