diff --git a/CHANGELOG.md b/CHANGELOG.md index 77488f1..bd9266d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. +## [0.5.5] - 2026-08-03 + +### 🐛 Bug Fixes +- Avoid anonymous API rate limits (#150) by @StudentWeis in [#150](https://github.com/StudentWeis/ropy/pull/150) + ## [0.5.4] - 2026-08-03 ### 🚀 Features diff --git a/Cargo.lock b/Cargo.lock index 33da938..beea5f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5687,7 +5687,7 @@ dependencies = [ [[package]] name = "ropy" -version = "0.5.4" +version = "0.5.5" dependencies = [ "async-channel 2.5.0", "auto-launch", diff --git a/Cargo.toml b/Cargo.toml index dc4b2bc..184383c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ropy" -version = "0.5.4" +version = "0.5.5" edition = "2024" description = "A clipboard manager built with Rust and GPUI." authors = ["Student Wei "] @@ -166,7 +166,7 @@ osx_minimum_system_version = "10.15" [package.metadata.bundle.bin.ropy] name = "Ropy" -version = "0.5.4" +version = "0.5.5" copyright = "Copyright 2026 Ropy Team" category = "Productivity" short_description = "A clipboard manager" diff --git a/docs/data/build_sizes.csv b/docs/data/build_sizes.csv index d6d8912..6096482 100644 --- a/docs/data/build_sizes.csv +++ b/docs/data/build_sizes.csv @@ -42,3 +42,4 @@ date,commit,binary,size_bytes,gzip_bytes,delta_bytes,delta_gzip 2026-05-11T07:59:54Z,c3391ef,target/release/ropy,11937376,5627804,-66416,-42558 2026-05-14T11:04:37Z,433d66d,target/release/ropy,11953904,5631229,16528,3425 2026-08-03T11:53:38Z,b699a6a,target/release/ropy,12005536,5591274,51632,-39955 +2026-08-03T14:23:16Z,ce11dfd,target/release/ropy,12005536,5592887,0,1613