Skip to content

Commit e66cc9b

Browse files
committed
Add a changelog, along with an entry for v1.0.1
1 parent 9518fdf commit e66cc9b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Version 1.0.1] — 2022-02-08
8+
9+
### Fixed
10+
11+
* Prevent recursion when calling the bundled ShellCheck script via Composer script ([#3]).
12+
13+
## [Version 1.0.0] — 2022-02-08
14+
15+
Initial release.
16+
17+
[Unreleased]: https://github.com/assertwell/shellcheck/compare/main...develop
18+
[Version 1.0.0]: https://github.com/assertwell/shellcheck/releases/tag/v1.0.0
19+
[Version 1.0.1]: https://github.com/assertwell/shellcheck/releases/tag/v1.0.1
20+
[#3]: https://github.com/assertwell/shellcheck/pull/3

0 commit comments

Comments
 (0)