Skip to content

Commit f07401a

Browse files
Chore: Release 1.2.0 (#21)
1 parent 52968f5 commit f07401a

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

.auto-changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"issueUrl": "https://github.com/BlueBrain/dir-content-diff/issues/{id}",
99
"mergeUrl": "https://github.com/BlueBrain/dir-content-diff/pull/{id}",
1010
"compareUrl": "https://github.com/BlueBrain/dir-content-diff/compare/{from}..{to}",
11-
"startingVersion": "1.1.0"
11+
"startingVersion": "1.2.0"
1212
}

CHANGELOG.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
# Changelog
22

3-
## [1.1.1](https://github.com/BlueBrain/dir-content-diff/compare/1.1.0..1.1.1)
3+
## [1.2.0](https://github.com/BlueBrain/dir-content-diff/compare/1.1.0..1.2.0)
44

5-
> 5 May 2022
5+
> 30 August 2022
6+
7+
### Refactoring and Updates
8+
9+
- Apply Copier template (Adrien Berchet - [#19](https://github.com/BlueBrain/dir-content-diff/pull/19))
10+
11+
### CI Improvements
12+
13+
- Use commitlint to check PR titles (Adrien Berchet - [#18](https://github.com/BlueBrain/dir-content-diff/pull/18))
14+
- Setup pre-commit and format the files accordingly (Adrien Berchet - [#17](https://github.com/BlueBrain/dir-content-diff/pull/17))
615

716
### Uncategorized Changes
817

@@ -11,19 +20,17 @@
1120
- Add codespell in lint (Adrien Berchet - [#14](https://github.com/BlueBrain/dir-content-diff/pull/14))
1221
- Add missing types in doc of DictComparator.diff (Adrien Berchet - [#13](https://github.com/BlueBrain/dir-content-diff/pull/13))
1322

23+
<!-- auto-changelog-above -->
24+
1425
## [1.1.0](https://github.com/BlueBrain/dir-content-diff/compare/1.0.1..1.1.0)
1526

1627
> 21 January 2022
1728
18-
### Uncategorized Changes
19-
2029
- Require changes for CodeCov (Adrien Berchet - [#11](https://github.com/BlueBrain/dir-content-diff/pull/11))
2130
- Add pandas HDF capability (Alexis Arnaudon - [#10](https://github.com/BlueBrain/dir-content-diff/pull/10))
2231
- Fix tests for rst2pdf&gt;0.99 (Adrien Berchet - [#9](https://github.com/BlueBrain/dir-content-diff/pull/9))
2332
- Setup Codecov (Adrien Berchet - [#8](https://github.com/BlueBrain/dir-content-diff/pull/8))
2433

25-
<!-- auto-changelog-above -->
26-
2734
## [1.0.1](https://github.com/BlueBrain/dir-content-diff/compare/1.0.0..1.0.1)
2835

2936
> 16 December 2021

0 commit comments

Comments
 (0)