Skip to content

Commit e54a01c

Browse files
authored
Merge pull request #27 from rtucek/release/v0.4.0
Version bump + changelog
2 parents eb32717 + 90afab0 commit e54a01c

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
##### Tag v0.4.0 (2017-02-14)
2+
[![](https://images.microbadger.com/badges/image/rtucek/nginx-php:v0.4.0.svg)](https://microbadger.com/images/rtucek/nginx-php:v0.4.0 "Get your own image badge on microbadger.com") [![](https://images.microbadger.com/badges/version/rtucek/nginx-php:v0.4.0.svg)](https://microbadger.com/images/rtucek/nginx-php:v0.4.0 "Get your own version badge on microbadger.com")
3+
4+
- Add badges for v0.3.4 release
5+
- Build image with more meta data
6+
- Remove execute permission
7+
- Add documentation
8+
- Add crontab
9+
- Import GPG keys from keyserver
10+
- Replace keyserver
11+
- Honor 80 character line length (if possible)
12+
- Fix changelog HTTP link
13+
- Use custom docker build
14+
- Make dedicated rule for build on TravisCI
15+
- Add badge with commit SHA
16+
117
##### Tag v0.3.4 (2017-02-07)
218
[![](https://images.microbadger.com/badges/image/rtucek/nginx-php:v0.3.4.svg)](https://microbadger.com/images/rtucek/nginx-php:v0.3.4 "Get your own image badge on microbadger.com") [![](https://images.microbadger.com/badges/version/rtucek/nginx-php:v0.3.4.svg)](https://microbadger.com/images/rtucek/nginx-php:v0.3.4 "Get your own version badge on microbadger.com")
319

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
REPO = rtucek
22
IMAGE = nginx-php
3-
VERSION = 0.3.4
3+
VERSION = 0.4.0
44
EXTRAVERSION =
55

66
IMAGE_NAME = $(REPO)/$(IMAGE)

0 commit comments

Comments
 (0)