We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#32
1 parent 23ff86e commit 480cf4aCopy full SHA for 480cf4a
CHANGELOG.md
@@ -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