Skip to content

Commit f5d54d6

Browse files
committed
chore: update version to 0.2.2
1 parent c203636 commit f5d54d6

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.2.2] - 2026-02-27
6+
7+
### 🚀 Features
8+
9+
- Add auto-update functionality with version checking and installation by @StudentWeis
10+
511
## [0.2.1] - 2026-02-10
612

713
### 🚀 Features

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ropy"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
edition = "2024"
55
description = "A clipboard manager built with Rust and GPUI."
66
repository = "https://github.com/StudentWeis/ropy"
@@ -102,7 +102,7 @@ osx_minimum_system_version = "10.15"
102102
# macOS specific settings
103103
[package.metadata.bundle.bin.ropy]
104104
name = "Ropy"
105-
version = "0.2.1"
105+
version = "0.2.2"
106106
copyright = "Copyright 2026 Ropy Team"
107107
category = "Productivity"
108108
short_description = "A clipboard manager"

0 commit comments

Comments
 (0)