Skip to content

Commit a6d8886

Browse files
authored
Merge pull request #12 from cms-l1-globaltrigger/devel-0.9.x
0.9.0
2 parents 49a4554 + 210b18f commit a6d8886

File tree

7 files changed

+762
-4
lines changed

7 files changed

+762
-4
lines changed

CHANGELOG.md

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
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](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.9.0] - 2023-03-22
11+
12+
### Added
13+
14+
- This `CHANGELOG.md` file.
15+
- Missing `LICENSE` file (#11).
16+
- Missing `MANIFEST.in` file.
17+
18+
### Changed
19+
20+
- Depends on utm 0.11.2 (#7).
21+
22+
## [0.8.1] - 2023-03-15
23+
24+
### Changed
25+
26+
- Depends on utm 0.11.1 (#7).
27+
28+
## [0.8.0] - 2023-03-07
29+
30+
### Added
31+
32+
- `pyproject.toml` and `setup.cfg` files.
33+
- `tox.ini` configuration file.
34+
35+
### Changed
36+
37+
- Depends on utm 0.11.0 (#7).
38+
39+
### Removed
40+
41+
- Obsolete `setup.py` file.
42+
43+
## [0.7.3] - 2021-12-03
44+
45+
### Changed
46+
47+
- Depends on utm 0.10.0 (#5).
48+
49+
## [0.7.2] - 2021-09-22
50+
51+
### Changed
52+
53+
- Depends on utm 0.9.1
54+
55+
## [0.7.1] - 2021-05-11
56+
57+
### Changed
58+
59+
- Depends on utm 0.8.2
60+
61+
## [0.7.0] - 2020-08-19
62+
63+
### Added
64+
65+
- Support for seed labels.
66+
67+
### Changed
68+
69+
- Depends on utm 0.8.0
70+
71+
[unreleased]: https://github.com/cms-l1-globaltrigger/tm-diff/compare/0.9.0...HEAD
72+
[0.9.0]: https://github.com/cms-l1-globaltrigger/tm-diff/compare/0.8.1...0.9.0
73+
[0.8.1]: https://github.com/cms-l1-globaltrigger/tm-diff/compare/0.8.0...0.8.1
74+
[0.8.0]: https://github.com/cms-l1-globaltrigger/tm-diff/compare/0.7.3...0.8.0
75+
[0.7.3]: https://github.com/cms-l1-globaltrigger/tm-diff/compare/0.7.2...0.7.3
76+
[0.7.2]: https://github.com/cms-l1-globaltrigger/tm-diff/compare/0.7.1...0.7.2
77+
[0.7.1]: https://github.com/cms-l1-globaltrigger/tm-diff/compare/0.7.0...0.7.1
78+
[0.7.0]: https://github.com/cms-l1-globaltrigger/tm-diff/compare/0.6.3...0.7.0

0 commit comments

Comments
 (0)