···11+## [0.6.0] - 2025-06-25
22+33+- significantly speeded up reading of events from the binary firehose (`Skyfall::Firehose`) - up to 4-5x faster than before
44+- removed the `Skyfall::Stream.new` constructor deprecated in 0.5.0
55+16## [0.5.1] - 2025-05-18
2738- added support for the new `#sync` message type
+1-1
lib/skyfall/version.rb
···11# frozen_string_literal: true
2233module Skyfall
44- VERSION = "0.5.1"
44+ VERSION = "0.6.0"
55end