From 2de2dfce1f92ee29dbd80b27e9b069dd6f78aec6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Mazzucotelli?= Date: Sat, 17 Aug 2024 18:41:55 +0200 Subject: [PATCH] chore: Prepare release 0.2.0 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4936b5d..4545ce3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [0.2.0](https://github.com/mkdocstrings/griffe-public-wildcard-imports/releases/tag/0.2.0) - 2024-08-17 + +[Compare with 0.1.0](https://github.com/mkdocstrings/griffe-public-wildcard-imports/compare/0.1.0...0.2.0) + +### Features + +- Implement no-op extension ([52e70b1](https://github.com/mkdocstrings/griffe-public-wildcard-imports/commit/52e70b1329759fe00109b10b28262976498f43d7) by Timothée Mazzucotelli). + ## [0.1.0](https://github.com/mkdocstrings/griffe-public-wildcard-imports/releases/tag/0.1.0) - 2024-08-17 [Compare with first commit](https://github.com/mkdocstrings/griffe-public-wildcard-imports/compare/9c22150c28d9fe9999e0573ed124a24b7c9cb669...0.1.0)