Skip to content

Commit

Permalink
release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mackuba committed Mar 12, 2024
1 parent 645a5e9 commit 72b7ecc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
## [0.1.0] - 2024-03-12

- rejecting handles from disallowed domains like `.arpa` or `.test`
- validating handles with the `.well-known` file having a trailing newline
- validating handles with `.well-known` address returning a redirect
- added `#pick_valid_handle` helper
- allow overriding the nameserver for `Resolv::DNS`
- other bug fixes

## [0.0.4] - 2024-03-07

- extracted resolving code from `DID` to a new `Resolver` class (`DID` has helper methods to call the resolver)
Expand Down
2 changes: 1 addition & 1 deletion lib/didkit/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module DIDKit
VERSION = "0.0.4"
VERSION = "0.1.0"
end

0 comments on commit 72b7ecc

Please sign in to comment.