diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6bbfeb6..55e529d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.5.0"} +{".":"0.6.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index a17771b..c579347 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.0](https://github.com/dimensionalpocket/dps-config/compare/0.5.0...0.6.0) (2026-02-06) + + +### Features + +* add collection and session sqlite configurations ([#18](https://github.com/dimensionalpocket/dps-config/issues/18)) ([8b719ad](https://github.com/dimensionalpocket/dps-config/commit/8b719add5c44a612106595fdc125646eeb38d7ac)) + ## [0.5.0](https://github.com/dimensionalpocket/dps-config-rs/compare/0.4.0...0.5.0) (2025-11-26) diff --git a/Cargo.lock b/Cargo.lock index bf1dea9..c3230a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -16,7 +16,7 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" [[package]] name = "dps-config" -version = "0.5.0" +version = "0.6.0" dependencies = [ "serial_test", ] diff --git a/Cargo.toml b/Cargo.toml index 049f1e9..4945d0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dps-config" -version = "0.5.0" +version = "0.6.0" edition = "2021" authors = ["Dimensional Pocket"] license = "MIT"