Skip to content

Commit

Permalink
Create changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ExcaliburZero committed May 8, 2021
1 parent b63d1c3 commit 5b59a78
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 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]

## [0.0.1] - 2021-05-08
### Added
- Initial support for `initialize`, `textDocument/didOpen`, and `textDocument/hover`.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ include = [
"**/*.bms",
"Cargo.toml",
"LICENSE",
"CHANGELOG.md",
"Makefile",
]

Expand Down

0 comments on commit 5b59a78

Please sign in to comment.