File tree Expand file tree Collapse file tree 3 files changed +23
-5
lines changed
Expand file tree Collapse file tree 3 files changed +23
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- # FROM debian:stable-slim
2-
3- # RUN apt-get update && apt-get install -y git
4-
51FROM alpine:latest
62
73RUN apk add --no-cache bash
Original file line number Diff line number Diff line change 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
102110If you would like to help, please take a look at the list of [issues](issues/).
103111
You can’t perform that action at this time.
0 commit comments