diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e262342..a370d97 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.10.1"} +{".":"0.10.2"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c3a210..9f640dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.2](https://github.com/dimensionalpocket/dps-config/compare/0.10.1...0.10.2) (2026-05-21) + + +### Bug Fixes + +* update session conversion functions to return anyhow::Result for error handling ([#31](https://github.com/dimensionalpocket/dps-config/issues/31)) ([d836065](https://github.com/dimensionalpocket/dps-config/commit/d836065433642843b3968fa00d7ef2351857694f)) + ## [0.10.1](https://github.com/dimensionalpocket/dps-config/compare/0.10.0...0.10.1) (2026-05-21) diff --git a/Cargo.lock b/Cargo.lock index ac82fbe..7ba0718 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -22,7 +22,7 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" [[package]] name = "dps-config" -version = "0.10.1" +version = "0.10.2" dependencies = [ "anyhow", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index d22f9df..9fd7c61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dps-config" -version = "0.10.1" +version = "0.10.2" edition = "2021" authors = ["Dimensional Pocket"] license = "MIT" diff --git a/package.json b/package.json index 646fc3c..73a2502 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dimensionalpocket/dps-config", - "version": "0.10.1", + "version": "0.10.2", "description": "Configuration management for the DPS ecosystem", "main": "src/index.ts", "type": "module",