···11+## [0.3.1] - 2025-12-19
22+33+- 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
44+- allow passing another DID object to `DID.new` and return a copy of that DID
55+- parse `seq` field in `PLCOperation` if included and expose it as a property
66+- fixed some errors on Rubies older than 3.2 due to missing `filter_map` and `URI#origin`
77+- `PLCOperation` verifies if the argument is a `Hash`
88+19## [0.3.0] - 2025-12-15
210311Breaking changes:
+1-1
lib/didkit/version.rb
···11# frozen_string_literal: true
2233module DIDKit
44- VERSION = "0.3.0"
44+ VERSION = "0.3.1"
55end