Skip to content

Commit 66b1384

Browse files
committed
Added CHANGELOG.md
1 parent 9d60ec0 commit 66b1384

File tree

2 files changed

+40
-2
lines changed

2 files changed

+40
-2
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
This project adheres to [Semantic Versioning][semver].
5+
6+
7+
## \[Unreleased]
8+
9+
Refer to master branch
10+
11+
## \[v1.1.0\] - 2019-10-12
12+
13+
### Build Images with --build-args:
14+
- Using Docker Cloud `build` hook to pass `--build-args` to our `docker build` command during Automated Builds
15+
- Using Docker Cloud `pre_push` hook to push our new image tags during Automated Builds
16+
- Only generating scripts when calling make scripts (scripts are Git ignored)
17+
- Updated script templates
18+
- Removed generated files
19+
20+
## \[v1.0.1\] - 2018-06-16
21+
22+
### PHP 7.2, symlinks:
23+
- Added PHP 7.2
24+
- Prepending image variant to image name
25+
- Added symklink alternative to copying the binaries
26+
- Fixed composer volume mount in readme and templates
27+
- Generated build files for `v1.0.1`
28+
29+
## \[v1.0.0\] - 2017-08-26
30+
31+
### Initial Release:
32+
- Added build generation from templates
33+
- Generated build files for `v1.0.0`
34+
- Initial working Docker build
35+
36+
[semver]: https://semver.org/spec/v2.0.0.html "Semantic Versioning 2.0.0"
37+

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ $ make rm_dangling
221221

222222
## License
223223

224-
[MIT](https://github.com/grimzy/lass/blob/master/LICENSE) © Joseph Estefane
224+
[MIT][license] © Joseph Estefane
225225

226226
[docker-cloud-automated]: https://img.shields.io/docker/cloud/automated/jestefane/php-dev "Docker Cloud Automated build"
227227
[docker-cloud-build]: https://img.shields.io/docker/cloud/build/jestefane/php-dev "Docker Cloud Build Status"
@@ -241,4 +241,5 @@ $ make rm_dangling
241241
[composer-ref]: #composer ""PHP Composer Scripts""
242242
[templates]: #script-templates "Script Templates"
243243
[shortcuts-make]: #create-the-shortcuts "Create the Shortcuts"
244-
[scripts-make]: #generate-the-scripts "Generate the Scripts"
244+
[scripts-make]: #generate-the-scripts "Generate the Scripts"
245+
[license]: ./LICENSE "MIT License"

0 commit comments

Comments
 (0)