A library for handling DID identifiers used in Bluesky AT Protocol

release 0.2.2

+5 -1
+4
CHANGELOG.md
··· 1 + ## [0.2.2] - 2024-04-01 2 + 3 + - added helpers for checking if a DID is known by (federated with) a relay or if the repo exists on its assigned PDS 4 + 1 5 ## [0.2.1] - 2024-03-26 2 6 3 7 - tweaked validations in `Document` and `PLCOperation` to make them more aligned with what might be expected
+1 -1
lib/didkit/version.rb
··· 1 1 # frozen_string_literal: true 2 2 3 3 module DIDKit 4 - VERSION = "0.2.1" 4 + VERSION = "0.2.2" 5 5 end