/ CHANGELOG.md
CHANGELOG.md
 1  # Changelog
 2  
 3  All notable changes to this project will be documented in this file.
 4  
 5  The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
 6  and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
 7  
 8  <!-- insertion marker -->
 9  ## [0.2.0](https://github.com/pawamoy/docstrings2pep727/releases/tag/0.2.0) - 2023-10-25
10  
11  <small>[Compare with 0.1.0](https://github.com/pawamoy/docstrings2pep727/compare/0.1.0...0.2.0)</small>
12  
13  ### Features
14  
15  - Add support for generators, iterators, exceptions and warnings ([f6f13f2](https://github.com/pawamoy/docstrings2pep727/commit/f6f13f2d6055c6d37a6d5d968c866b2e59327017) by Timothée Mazzucotelli).
16  
17  ## [0.1.0](https://github.com/pawamoy/docstrings2pep727/releases/tag/0.1.0) - 2023-09-02
18  
19  <small>[Compare with first commit](https://github.com/pawamoy/docstrings2pep727/compare/791d61d774cd4622a5b5038b2d1f4e8a01bc0a87...0.1.0)</small>
20  
21  ### Features
22  
23  - Implement prototype ([b3ee9e6](https://github.com/pawamoy/docstrings2pep727/commit/b3ee9e6f9acf50c33a2607f4248fb1a52adfe88a) by Timothée Mazzucotelli).
24  - Generate project with copier-pdm template ([791d61d](https://github.com/pawamoy/docstrings2pep727/commit/791d61d774cd4622a5b5038b2d1f4e8a01bc0a87) by Timothée Mazzucotelli).