From 34a335b6ae84c557c1d1e8947bf8e804203b1d80 Mon Sep 17 00:00:00 2001 From: Adrien Berchet Date: Sat, 13 Sep 2025 15:05:24 +0200 Subject: [PATCH] Release: 1.14.0 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd9bc98..a2313bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.14.0](https://github.com/BlueBrain/dir-content-diff/compare/1.13.0..1.14.0) + +> 13 September 2025 + +### New Features + +- Add parallel iteration over compared files (Adrien Berchet - [#89](https://github.com/BlueBrain/dir-content-diff/pull/89)) + +### Documentation Changes + +- Improve README to describe parallel execution (Adrien Berchet - [#91](https://github.com/BlueBrain/dir-content-diff/pull/91)) + +### Refactoring and Updates + +- Reorganize the code (Adrien Berchet - [#90](https://github.com/BlueBrain/dir-content-diff/pull/90)) + ## [1.13.0](https://github.com/BlueBrain/dir-content-diff/compare/1.12.1..1.13.0) > 12 September 2025