diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b165af..f0e1c52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project are documented here. The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/); this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.2.0](https://github.com/SecurityRonin/blob-decoder/compare/blob-decoder-v0.1.1...blob-decoder-v0.2.0) - 2026-07-29 + +### Added + +- *(v8/blink)* GREEN — recursive V8/Blink value deserializer over real fixtures + ## [0.1.1] ### Added diff --git a/Cargo.lock b/Cargo.lock index 89376bf..f6a6892 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -66,7 +66,7 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "blob-decoder" -version = "0.1.1" +version = "0.2.0" dependencies = [ "base64", "clap", diff --git a/Cargo.toml b/Cargo.toml index d3cf960..b1d719f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blob-decoder" -version = "0.1.1" +version = "0.2.0" edition = "2021" rust-version = "1.88.0" license = "Apache-2.0"