From beafe1bf1eb1bda529537a6e54ab5924dbe58485 Mon Sep 17 00:00:00 2001 From: Chuck McCallum Date: Tue, 10 Mar 2026 15:43:26 -0400 Subject: [PATCH 1/2] changelog --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 021d14e5..d3a0b2be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # CHANGELOG +## 0.9.0 + +Highlights: + +- remove invariants, add dp.len [#885](https://github.com/opendp/dp-wizard/pull/885) +- Handle TSVs [#879](https://github.com/opendp/dp-wizard/pull/879) + +Also includes: + +- No "warning" for low epsilon [#871](https://github.com/opendp/dp-wizard/pull/871) +- Unit of privacy should start empty [#878](https://github.com/opendp/dp-wizard/pull/878) +- change the phrasing to emphasize that this should be an upper bound [#873](https://github.com/opendp/dp-wizard/pull/873) +- Use all groups for column color, not just first [#876](https://github.com/opendp/dp-wizard/pull/876) +- "unit of privacy" -> "unit of protection" [#877](https://github.com/opendp/dp-wizard/pull/877) +- add new section to FAQ [#874](https://github.com/opendp/dp-wizard/pull/874) + + ## 0.8.0 Highlights: From 66f7911b6f8e6a16b20f5c8f3b300cc8c47905f1 Mon Sep 17 00:00:00 2001 From: Chuck McCallum Date: Tue, 10 Mar 2026 15:45:26 -0400 Subject: [PATCH 2/2] version bump --- dp_wizard/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dp_wizard/VERSION b/dp_wizard/VERSION index a3df0a69..ac39a106 100644 --- a/dp_wizard/VERSION +++ b/dp_wizard/VERSION @@ -1 +1 @@ -0.8.0 +0.9.0