Skip to content

Commit 361d221

Browse files
committed
docs: added chengelog
1 parent c92f16a commit 361d221

File tree

3 files changed

+32
-3
lines changed

3 files changed

+32
-3
lines changed

.dockerignore

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1-
.vscode
1+
.vscode/
2+
.git/
3+
extra/
24
.env
3-
.git
4-
README.md
5+
.env.example
6+
.gitignore
7+
.markdownlint.yaml
8+
.pylintrc
59
CHANGELOG.md
10+
CNAME
11+
README.md
12+
613

714
# Python
815
.venv/

.markdownlint.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Multiple headings with the same content - for changelog
2+
MD024: false

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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

0 commit comments

Comments
 (0)