Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 480cf4a

Browse filesBrowse 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
Copy full SHA for 480cf4a

File tree

Expand file treeCollapse file tree

1 file changed

+26
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+26
-0
lines changed

‎CHANGELOG.md

Copy file name to clipboard
+26Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.