From 5cb6c8a784ba9c4a900c4ae0cb1c7643e76f5b82 Mon Sep 17 00:00:00 2001 From: Saransh Chopra Date: Sun, 3 Sep 2023 14:08:33 +0530 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c264b8..df02172 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ -# [Unreleased](https://github.com/Saransh-cpp/riemapp) +# [v0.2.0](https://github.com/Saransh-cpp/riemapp/tree/v0.2.0) + +## Features - Support Python 3.11 +- Add class for arbitrary geometry + +## CI + +- Install pkg-config +- Turn on 3.7 tests as the \_bz2 issue is solved + +## Maintenance + +- Revamp pre-commit config # [v0.1.1](https://github.com/Saransh-cpp/riemapp/tree/v0.1.1)