Skip to content

Commit

Permalink
release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mackuba committed Jun 28, 2024
1 parent fc36715 commit 4829955
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
## [Unreleased]

- added heartbeat timer
- fixed param validation on `Stream` initialization
- reverted the change with adding Ruby stdlib dependencies explicitly to the gemspec, since this causes more problems than it's worth - only `base64` is left there, since it's the one now required to be listed
- added `chat.bsky.actor.declaration` record type

## [0.3.1] - 2024-06-28

- added `app.bsky.graph.starterpack` and `chat.bsky.actor.declaration` record types
- added `#account` event type (`AccountMessage`)
- added `handle` field to `IdentityMessage`
- fixed param validation on `Stream` initialization
- reverted the change that added Ruby stdlib dependencies explicitly to the gemspec, since this causes more problems than it's worth - only `base64` is left there, since it's the one now required to be listed

## [0.3.0] - 2024-03-21

Expand Down
2 changes: 1 addition & 1 deletion lib/skyfall/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Skyfall
VERSION = "0.3.0"
VERSION = "0.3.1"
end

0 comments on commit 4829955

Please sign in to comment.