/ CHANGELOG.md
CHANGELOG.md
 1  # Changelog
 2  All notable changes to this project will be documented in this file.
 3  
 4  The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
 5  and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
 6  
 7  <!-- insertion marker -->
 8  ## [3.0.0](https://github.com/pawamoy/archan/releases/tag/3.0.0) - 2024-01-11
 9  
10  <small>[Compare with 2.0.1](https://github.com/pawamoy/archan/compare/2.0.1...3.0.0)</small>
11  
12  ### Breaking changes
13  
14  - API was reworked to improve maintainability and type safety.
15  
16  ### Build
17  
18  - Make `dependenpy` optional ([a9f58d9](https://github.com/pawamoy/archan/commit/a9f58d9cb025e7009adf428ccab3080a21b76caa) by Kyle King).
19  
20  ### Dependencies
21  
22  - Remove upper bounds on dependencies ([361303a](https://github.com/pawamoy/archan/commit/361303a13572b01e14bb3c08fa3d45611d5793ca) by Timothée Mazzucotelli).
23  
24  ### Bug Fixes
25  
26  - `sys.stdin` issue and `deepcopy` ([7c42f28](https://github.com/pawamoy/archan/commit/7c42f286b23f5deeea16e7e08b7639bb00d29d6b) by Kyle King). [Issue #44](https://github.com/pawamoy/archan/issues/44#issuecomment-751754874)
27  
28  ## [2.0.1](https://github.com/pawamoy/archan/releases/tag/2.0.1) - 2017-06-27
29  
30  * Fix usage of DSM size.
31  * Start implementing other concepts (MDM and DMM).
32  
33  ## [2.0.0](https://github.com/pawamoy/archan/releases/tag/2.0.0) - 2017-06-26
34  
35  * Change license from MPL 2.0 to ISC.
36  * Add command-line tool.
37  * Rewrite architecture to support plugins.
38  
39  ## [1.0.0](https://github.com/pawamoy/archan/releases/tag/1.0.0) - 2016-10-06
40  
41  * Add documentation.
42  
43  ## [0.1.0](https://github.com/pawamoy/archan/releases/tag/0.1.0) - 2016-10-06
44  
45  * Alpha release on PyPI.