Skip to content

Commit 3cd87a8

Browse files
Updated For V1.2
1 parent e38769b commit 3cd87a8

File tree

3 files changed

+23
-5
lines changed

3 files changed

+23
-5
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
1-
# Change Log
1+
# 📝 Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
6+
7+
---
8+
9+
## 1.2 - 01/07/2020
10+
### Fixed
11+
* Error: unable to create symlink *******: Filename too long
12+
13+
### Changed
14+
* Improved Logging
215

316
## 1.1 - 27/06/2020
17+
### Changed
418
* Improved performance by migrating to ***Alpine Linux***
519

620
## 1.0 - 25/06/2020

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
#FROM debian:stable-slim
2-
3-
#RUN apt-get update && apt-get install -y git
4-
51
FROM alpine:latest
62

73
RUN apk add --no-cache bash

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,14 @@ jobs:
9898
```
9999
---
100100

101+
## 📝 Changelog
102+
All notable changes to this project will be documented in this file.
103+
104+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
105+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
106+
107+
[Checkout CHANGELOG.md](/CHANGELOG.md)
108+
101109
## 🤝 Contributing
102110
If you would like to help, please take a look at the list of [issues](issues/).
103111

0 commit comments

Comments
 (0)