We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df8f45c commit 168d90fCopy full SHA for 168d90f
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Changelog
2
3
## Unreleased
4
+## 0.10.2 - 2019-11-19
5
+### Fixed
6
+- Added missing file to the distribution package
7
+
8
## 0.10.1 - 2019-11-15
9
### Added
10
- Added `-0`, option for `elsi`
build.ps1
@@ -24,7 +24,9 @@ function build($plartform) {
24
"init.ps1"
25
"init.sh"
26
"cmd"
27
+ "cygwin"
28
"pwsh"
29
+ "share"
30
"wsl"
31
)
32
src/version.h
@@ -1 +1 @@
-#define VERSION "0.10.1"
+#define VERSION "0.10.2"
0 commit comments