Skip to content

Commit

Permalink
docs(changelog): improve changelog docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Conaclos committed Jun 20, 2023
1 parent 43f43c3 commit bb20ca0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning][semver].
The format of this changelog is [a variant][lib9-versionning] of [Keep a Changelog][keep-changelog].
New entries must be placed in a section entitled `Unreleased`.

## Unreleased

Expand Down Expand Up @@ -194,4 +198,6 @@ This project adheres to [Semantic Versioning][semver].
- Decoders and encoders for basic types
(bool, opaque data, floats, integers, typed arrays, UTF-8 string)

[keep-changelog]: https://keepachangelog.com/en/1.0.0/
[lib9-versionning]: https://github.com/lib9/guides/blob/main/lib9-versioning-style-guide.md#keep-a-changelog
[semver]: https://semver.org/spec/v2.0.0.html

0 comments on commit bb20ca0

Please sign in to comment.