Skip to content

Commit

Permalink
release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mackuba committed Mar 19, 2024
1 parent 6195579 commit fa47ac6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.2.0] - 2024-03-19

- added `PLCImporter` class, which lets you import operations from PLC in pages of 1000 through the "export" API
- implemented parsing of all services from DID doc & operations, not only `atproto_pds` (specifically labeller endpoints)
- allow setting the nameserver in `Resolver` initializer

## [0.1.0] - 2024-03-12

- rejecting handles from disallowed domains like `.arpa` or `.test`
Expand Down
2 changes: 1 addition & 1 deletion lib/didkit/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module DIDKit
VERSION = "0.1.0"
VERSION = "0.2.0"
end

0 comments on commit fa47ac6

Please sign in to comment.