Skip to content

Commit 480cf4a

Browse files
authored
[#32] Add a Changelog file (#39)
- Added `CHANGELOG.md` based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) template - Added Dev-branch changelogs
1 parent 23ff86e commit 480cf4a

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<!--Markdownlint Rules-->
2+
<!-- markdownlint-disable no-duplicate-header-->
3+
4+
# Changelog
5+
6+
All notable changes to this project will be documented in this file.
7+
8+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
9+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
10+
11+
## [Unreleased]
12+
13+
### Changed
14+
15+
- Changed CLI to use CLAP [#6](https://github.com/John15321/rust-pip/pull/6)
16+
17+
### Docs
18+
19+
- Added changelog [#39](https://github.com/John15321/rust-pip/pull/39)
20+
21+
## [0.0.1] 22 July 2022
22+
23+
### Added
24+
25+
- Added Basic CLI functionality using StructOpt
26+
- Added Base Project

0 commit comments

Comments
 (0)