Ruby CLI tool for accessing Bluesky API / ATProto

release 0.1

Changed files
+8 -2
lib
ratproto
+7 -1
CHANGELOG.md
··· 1 - ## [Unreleased] 1 + ## [0.1] - 2026-01-03 2 + 3 + - cleaned up / rewritten the code 4 + 5 + ## [0.0.1] - 2026-01-02 6 + 7 + - first working proof of concept
+1 -1
lib/ratproto/version.rb
··· 1 1 # frozen_string_literal: true 2 2 3 3 module RatProto 4 - VERSION = "0.0.1" 4 + VERSION = "0.1" 5 5 end