···11+## [0.2.0] - 2024-03-19
22+33+- added `PLCImporter` class, which lets you import operations from PLC in pages of 1000 through the "export" API
44+- implemented parsing of all services from DID doc & operations, not only `atproto_pds` (specifically labeller endpoints)
55+- allow setting the nameserver in `Resolver` initializer
66+17## [0.1.0] - 2024-03-12
2839- rejecting handles from disallowed domains like `.arpa` or `.test`
+1-1
lib/didkit/version.rb
···11# frozen_string_literal: true
2233module DIDKit
44- VERSION = "0.1.0"
44+ VERSION = "0.2.0"
55end