File tree Expand file tree Collapse file tree 2 files changed +23
-3
lines changed
Expand file tree Collapse file tree 2 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 1- /.allowed-licenses export-ignore
2- /.circleci / export-ignore
31/.editorconfig export-ignore
42/.gitattributes export-ignore
53/.github / export-ignore
64/.gitignore export-ignore
5+ /.readthedocs.yml export-ignore
76/build / export-ignore
87/captainhook.json export-ignore
98/CHANGELOG.md export-ignore
1716/phpunit.xml.dist export-ignore
1817/psalm-baseline.xml export-ignore
1918/psalm.xml export-ignore
20- /resources / export-ignore
2119/SECURITY.md export-ignore
2220/tests / export-ignore
2321
Original file line number Diff line number Diff line change @@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8+ ## 1.0.0 - 2022-06-10
9+
10+ ### Added
11+
12+ - Documentation and readiness as a public open source project.
13+
14+ ### Changed
15+
16+ - Nothing.
17+
18+ ### Deprecated
19+
20+ - Nothing.
21+
22+ ### Removed
23+
24+ - Nothing.
25+
26+ ### Fixed
27+
28+ - Nothing.
29+
830## 0.7.1 - 2022-05-23
931
1032### Added
You can’t perform that action at this time.
0 commit comments