From 4ce44435106f2a64fbe65a9610bc1d5d4c0ad971 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Mazzucotelli?= Date: Sat, 26 Oct 2024 14:49:19 +0200 Subject: [PATCH] chore: Prepare release 0.1.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a87281b..28b80c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,3 +6,10 @@ 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.1.0](https://github.com/mkdocstrings/csharp/releases/tag/0.1.0) - 2024-10-26 + +[Compare with first commit](https://github.com/mkdocstrings/csharp/compare/c1eba628ff66d290c64419f7e3cb350052116feb...0.1.0) + +### Features + +- Generate project with gh:mkdocstrings/handler-template Copier template ([c1eba62](https://github.com/mkdocstrings/csharp/commit/c1eba628ff66d290c64419f7e3cb350052116feb) by Timothée Mazzucotelli).