tangled
alpha
login
or
join now
mackuba.eu
/
skyfall
6
fork
atom
A Ruby gem for streaming data from the Bluesky/ATProto firehose
6
fork
atom
overview
issues
pulls
pipelines
bumped version number to 0.1.0
mackuba.eu
2 years ago
128608f2
c9c27ec0
+2
-2
2 changed files
expand all
collapse all
unified
split
CHANGELOG.md
lib
skyfall
version.rb
+1
-1
CHANGELOG.md
···
1
1
-
## [Unreleased]
1
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
4
-
VERSION = "0.0.1"
4
4
+
VERSION = "0.1.0"
5
5
end