···11+## [0.3.2] - 2026-02-15
22+33+- added YARD API documentation
44+- marked some helper methods in `requests.rb`, `at_handles.rb` and `DIDKit::Resolver` as private
55+- merged all "FormatErrors" into one `DIDKit::FormatError`
66+- added `frozen_string_literal` directive everywhere to minimize garbage collection
77+18## [0.3.1] - 2025-12-19
29310- allow passing a DID string or object to `#resolve_handle` and just return that DID – so you can have a script that accepts either a handle or a DID, and passes the input to `DID.resolve_handle` without checking which one it is
+1-1
lib/didkit/version.rb
···11# frozen_string_literal: true
2233module DIDKit
44- VERSION = "0.3.1"
44+ VERSION = "0.3.2"
55end