From 62a2ef08a64180f2e379a75f4b760697116bf058 Mon Sep 17 00:00:00 2001 From: Zach Schumacher Date: Sat, 13 Apr 2024 14:01:19 -0500 Subject: [PATCH] fix missing release notes --- docs/release_notes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/release_notes.md b/docs/release_notes.md index 58e7fc5..8fa91df 100644 --- a/docs/release_notes.md +++ b/docs/release_notes.md @@ -2,6 +2,8 @@ ## 0.10.0 +## Features +* * ✨ add support for `psycopg3`. PR [#214](https://github.com/zschumacher/pydapper/pull/214) by [@idumancic](https://github.com/idumancic). ### Internal * 🔧 fix step names in fmt.yml. PR [#256](https://github.com/zschumacher/pydapper/pull/256) by [@otosky](https://github.com/otosky).