29 lines
774 B
Markdown
29 lines
774 B
Markdown
|
<!--
|
||
|
SPDX-FileCopyrightText: 2023 Tobias Schmidl
|
||
|
|
||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||
|
-->
|
||
|
|
||
|
# Changelog
|
||
|
|
||
|
All notable changes to this project will be documented in this file.
|
||
|
|
||
|
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).
|
||
|
|
||
|
## [Unreleased]
|
||
|
|
||
|
## [1.0.0] - 2023-09-08
|
||
|
|
||
|
### Added
|
||
|
|
||
|
- This CHANGELOG file
|
||
|
- .pre-commit-hooks.yml as a first working version
|
||
|
- .pre-commit-config.yml for checking this repo
|
||
|
- A README.md for answering the basic questions
|
||
|
- The LICENSES folder
|
||
|
- A .gitignore file
|
||
|
|
||
|
[unreleased]: https://git.schmidl.dev/schtobia/woodpecker-lint/compare/1.0.0...master
|
||
|
[1.0.0]: https://git.schmidl.dev/schtobia/woodpecker-lint/src/tag/1.0.0
|