Skip to content

Commit 6629ae9

Browse files
committed
Update CHANGELOG.md [ci skip]
1 parent 0e5b9b5 commit 6629ae9

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.appveyor.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,15 @@ build_script:
154154
# ==================================================
155155
- mkdir %APPVEYOR_BUILD_FOLDER%\package
156156
- cd %APPVEYOR_BUILD_FOLDER%\package
157+
# dll
157158
- cp %PHP_SRC%\%RELEASE_FOLDER%\php_zephir_parser.dll .\
159+
# docs
158160
- cp %APPVEYOR_BUILD_FOLDER%\LICENSE .\
159161
- cp %APPVEYOR_BUILD_FOLDER%\CREDITS .\
162+
- cp %APPVEYOR_BUILD_FOLDER%\VERSION .\
160163
- cp %APPVEYOR_BUILD_FOLDER%\CHANGELOG.md .\
164+
- cp %APPVEYOR_BUILD_FOLDER%\README.md .\
165+
- cp %APPVEYOR_BUILD_FOLDER%\README.WIN32-BUILD-SYSTEM .\
161166

162167
after_build:
163168
# ==================================================

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
8+
9+
## 1.0.1 - 2017-03-31
810
### Added
911
- Added script to build development version (Linux)
1012
- Added ability to compile extension for PHP 7 (Windows)

0 commit comments

Comments
 (0)