File tree 3 files changed +32
-3
lines changed
3 files changed +32
-3
lines changed Original file line number Diff line number Diff line change 1
- .vscode
1
+ .vscode /
2
+ .git /
3
+ extra /
2
4
.env
3
- .git
4
- README.md
5
+ .env.example
6
+ .gitignore
7
+ .markdownlint.yaml
8
+ .pylintrc
5
9
CHANGELOG.md
10
+ CNAME
11
+ README.md
12
+
6
13
7
14
# Python
8
15
.venv /
Original file line number Diff line number Diff line change
1
+ # Multiple headings with the same content - for changelog
2
+ MD024 : false
Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ ## [ Unreleased]
6
+
7
+ ## [ 0.1.1] ( https://github.com/WoozyMasta/guassp/releases/tag/0.1.1 ) - 2022-05-06
8
+
9
+ ### Added
10
+
11
+ * ` /health ` endpoint
12
+ * docker-compose example
13
+ * nginx config example
14
+ * improve documentation
15
+
16
+ ## [ 0.1.0] ( https://github.com/WoozyMasta/guassp/releases/tag/0.1.0 ) - 2022-05-06
17
+
18
+ ### Added
19
+
20
+ * First dev release
You can’t perform that action at this time.
0 commit comments