Skip to content

Commit

Permalink
docs: add changelog to project
Browse files Browse the repository at this point in the history
  • Loading branch information
dvinciguerra committed Jan 18, 2024
1 parent 630b52d commit 27dabeb
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@

# 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]

<!--
RELEASE TEMPLATE
======================
## [0.0.0] - 2024-01-01
### Added
- Add support to open README or index by default
### Fixed
- Fix missing logo
### Changed
- Upgrade dependencie tty-markdown
### Removed
- Identical links assigned in each translation file
-->


## [0.4.0] - 2024-01-18

### Added

- Add support to open README.md or index.md by default


[unreleased]: https://github.com/dvinciguerra/mdcat/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/dvinciguerra/mdcat/compare/v0.3.0...v0.4.0

0 comments on commit 27dabeb

Please sign in to comment.