Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Kruhlmann committed Jul 15, 2024
1 parent 9b2d3f1 commit 5dfdba8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches: [master]
pull_request:
branches: [master]
create:
tags:
- '*'

jobs:
build:
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.0]

### Added

- Working UEFI bootloader
- Functional documentation

[unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/1.0.0...HEAD
[1.0.0]: https://github.com/olivierlacan/keep-a-changelog/releases/tag/1.0.0]

0 comments on commit 5dfdba8

Please sign in to comment.