File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff 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
162167after_build :
163168 # ==================================================
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55and 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)
You can’t perform that action at this time.
0 commit comments