Skip to content

Commit

Permalink
Add changelog (#338)
Browse files Browse the repository at this point in the history
Resolves #292 

Sets the general structure for a Changelog that we can follow starting
with the changes for `v0.2.0`.
Structure and how to maintain it based on:
https://keepachangelog.com/en/1.1.0/

DO NOT MERGE UNTIL WE RELEASE `0.1.0` SINCE WE ARE SPECIFYING THE DATE
OF THAT RELEASE

---------

Co-authored-by: Daniel Bigos <daniel.bigos@icloud.com>
  • Loading branch information
ggonzalez94 and bidzyyys authored Oct 18, 2024
1 parent 6ac429d commit b0aff83
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# 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).

## [Unreleased]

### Added

-

### Changed

-

### Fixed

-

## [0.1.0] - 2024-10-17

- Initial release

0 comments on commit b0aff83

Please sign in to comment.