Skip to content

Commit

Permalink
Updated For V1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsridharan committed Jul 1, 2020
1 parent e38769b commit 3cd87a8
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 5 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Change Log
# 📝 Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

---

## 1.2 - 01/07/2020
### Fixed
* Error: unable to create symlink *******: Filename too long

### Changed
* Improved Logging

## 1.1 - 27/06/2020
### Changed
* Improved performance by migrating to ***Alpine Linux***

## 1.0 - 25/06/2020
Expand Down
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
#FROM debian:stable-slim

#RUN apt-get update && apt-get install -y git

FROM alpine:latest

RUN apk add --no-cache bash
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,14 @@ jobs:
```
---

## 📝 Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

[Checkout CHANGELOG.md](/CHANGELOG.md)

## 🤝 Contributing
If you would like to help, please take a look at the list of [issues](issues/).

Expand Down

0 comments on commit 3cd87a8

Please sign in to comment.