Skip to content

Commit 168d90f

Browse files
committed
Added missing file to the distribution package
1 parent df8f45c commit 168d90f

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

33
## Unreleased
4+
## 0.10.2 - 2019-11-19
5+
### Fixed
6+
- Added missing file to the distribution package
7+
48
## 0.10.1 - 2019-11-15
59
### Added
610
- Added `-0`, option for `elsi`

build.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ function build($plartform) {
2424
"init.ps1"
2525
"init.sh"
2626
"cmd"
27+
"cygwin"
2728
"pwsh"
29+
"share"
2830
"wsl"
2931
)
3032

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define VERSION "0.10.1"
1+
#define VERSION "0.10.2"

0 commit comments

Comments
 (0)