Skip to content

Commit 8bd3657

Browse files
committed
chore: prepare for 1.0.0
1 parent 154725e commit 8bd3657

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

.gitattributes

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
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
@@ -17,7 +16,6 @@
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

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and 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

0 commit comments

Comments
 (0)