From e3eac4396561b6d712acb158d5b11a19247fade2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= Date: Fri, 6 Oct 2023 20:04:45 -0600 Subject: [PATCH] chore: Update changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index af302d5..9a64f6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [git-cliff](https://github.com/orhun/git-cliff). +## [0.1.1] - 2023-10-6 + +### Added + +- Official support for Python 3.12 ([#39](https://github.com/edgarrmondragon/sqlean-driver/issues/39)) + +### Testing + +- Report version `sqlean.py` in pytest output ([#25](https://github.com/edgarrmondragon/sqlean-driver/issues/25)) +- Catch warnings ([#28](https://github.com/edgarrmondragon/sqlean-driver/issues/28)) + ## [0.1.0] - 2023-08-14 ### Added