File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ This project aims to follow [Semantic Versioning](https://semver.org/). Breaking
66
77## [ Unreleased]
88
9+ ## [ 0.2.0] - 2026-05-07
10+
11+ ### Added
12+
13+ - Added a ` skills.sh ` and Agent Skills-compatible ` raindrop-cli ` skill under ` skills/raindrop-cli ` .
14+
15+ ### Fixed
16+
17+ - Updated the Homebrew formula to depend on the current ` node ` formula instead of forcing ` node@20 ` .
18+
919## [ 0.1.1] - 2026-05-07
1020
1121### Fixed
Original file line number Diff line number Diff line change 11class RaindropCli < Formula
22 desc "Agent-friendly CLI for Raindrop.io"
33 homepage "https://github.com/jvm/raindrop-cli"
4- url "https://registry.npmjs.org/@mocito/raindrop-cli/-/raindrop-cli-0.1.1 .tgz"
5- sha256 "3a8a97a56b7b16dfd2531779ca05b7037e9801ac02ec827048be07e747749282 "
4+ url "https://registry.npmjs.org/@mocito/raindrop-cli/-/raindrop-cli-0.2.0 .tgz"
5+ sha256 "385780dd0a2b926650d237115c9500d3a1b11836930bd27927d63a1fe7b0259d "
66 license "MIT"
77
88 depends_on "node"
Original file line number Diff line number Diff line change 11{
22 "name" : " @mocito/raindrop-cli" ,
3- "version" : " 0.1.1 " ,
3+ "version" : " 0.2.0 " ,
44 "description" : " Agent-friendly CLI for Raindrop.io" ,
55 "type" : " module" ,
66 "repository" : {
You can’t perform that action at this time.
0 commit comments