A Ruby gem for streaming data from the Bluesky/ATProto firehose

bumped version number to 0.1.0

+2 -2
+1 -1
CHANGELOG.md
··· 1 - ## [Unreleased] 1 + ## [0.1.0] - 2023-06-01 2 2 3 3 - connecting to the firehose websocket 4 4
+1 -1
lib/skyfall/version.rb
··· 1 1 # frozen_string_literal: true 2 2 3 3 module Skyfall 4 - VERSION = "0.0.1" 4 + VERSION = "0.1.0" 5 5 end