Skip to content

Commit 6636c05

Browse files
committed
release 0.5.1
1 parent 4e6a50b commit 6636c05

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.5.1] - 2025-05-18
2+
3+
- added support for the new `#sync` message type
4+
- added `#unknown?` helper in `Skyfall::Firehose::Message` and `Skyfall::Jetstream::Message`, which returns true if the message type is `UnknownMessage`
5+
- added `:bsky_verification` and `:bsky_actor_status` lexicon type and shortcode
6+
- added one missing require
7+
18
## [0.5.0] - 2024-11-15
29

310
Jetstream support! You can now connect to [Jetstream](https://github.com/bluesky-social/jetstream) sources using `Skyfall::Jetstream` (see readme).

lib/skyfall/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Skyfall
4-
VERSION = "0.5.0"
4+
VERSION = "0.5.1"
55
end

0 commit comments

Comments
 (0)