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:
154
154
# ==================================================
155
155
- mkdir %APPVEYOR_BUILD_FOLDER%\package
156
156
- cd %APPVEYOR_BUILD_FOLDER%\package
157
+ # dll
157
158
- cp %PHP_SRC%\%RELEASE_FOLDER%\php_zephir_parser.dll .\
159
+ # docs
158
160
- cp %APPVEYOR_BUILD_FOLDER%\LICENSE .\
159
161
- cp %APPVEYOR_BUILD_FOLDER%\CREDITS .\
162
+ - cp %APPVEYOR_BUILD_FOLDER%\VERSION .\
160
163
- cp %APPVEYOR_BUILD_FOLDER%\CHANGELOG.md .\
164
+ - cp %APPVEYOR_BUILD_FOLDER%\README.md .\
165
+ - cp %APPVEYOR_BUILD_FOLDER%\README.WIN32-BUILD-SYSTEM .\
161
166
162
167
after_build :
163
168
# ==================================================
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/)
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
7
## [ Unreleased]
8
+
9
+ ## 1.0.1 - 2017-03-31
8
10
### Added
9
11
- Added script to build development version (Linux)
10
12
- Added ability to compile extension for PHP 7 (Windows)
You can’t perform that action at this time.
0 commit comments