Skip to content

Commit 4518a6d

Browse files
yjmeqtclaude
andauthored
chore: release v0.4.4 (#50)
- Bump workspace version to 0.4.4 (Cargo.toml + Cargo.lock) - Bump CocoaPods spec to 0.4.4 - CHANGELOG entry for 0.4.4 Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 6959afe commit 4518a6d

4 files changed

Lines changed: 23 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.4.4] - 2026-04-19
11+
12+
### Added
13+
14+
- **Tart-first contributor workflow**: Reproducible Tart VM setup for contributors
15+
16+
### Changed
17+
18+
- **Example app**: Default to local SDK source for easier in-tree development
19+
- **Docs**: Repositioned Remo around capabilities
20+
1021
## [0.4.3] - 2026-03-29
1122

1223
### Added

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ unsafe_code = "warn"
3838
unused_qualifications = "warn"
3939

4040
[workspace.package]
41-
version = "0.4.3"
41+
version = "0.4.4"
4242
edition = "2021"
4343
rust-version = "1.82"
4444
license = "MIT"

swift/Remo.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Remo'
3-
s.version = '0.4.3'
3+
s.version = '0.4.4'
44
s.summary = 'Remote control bridge for iOS apps — infrastructure for agentic iOS development.'
55
s.description = <<-DESC
66
Remo gives AI agents eyes and hands on iOS. Register capabilities in your app,

0 commit comments

Comments
 (0)