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

release 0.2.5

+5 -1
+4
CHANGELOG.md
··· 1 + ## [0.2.5] - 2024-03-14 2 + 3 + - added `:bsky_labeler` record type symbol & collection constant 4 + 1 5 ## [0.2.4] - 2024-02-27 2 6 3 7 - added support for `#identity` message type
+1 -1
lib/skyfall/version.rb
··· 1 1 # frozen_string_literal: true 2 2 3 3 module Skyfall 4 - VERSION = "0.2.4" 4 + VERSION = "0.2.5" 5 5 end