File tree 3 files changed +7
-1
lines changed
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ jobs:
121
121
# make a temporary directory for compresssing
122
122
mkdir zip
123
123
cp -r $datadir zip/data
124
+ cp -r lib zip/lib
124
125
cp $executable zip/
125
126
126
127
# compress
Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## v0.1.3 - 2021-10-04
9
+
10
+ ### Fixed
11
+ - Include DLLs in the bundle
12
+
8
13
## v0.1.2 - 2021-10-03
9
14
10
15
### Fixed
Original file line number Diff line number Diff line change 1
1
name : agda-language-server
2
- version : 0.1.2
2
+ version : 0.1.3
3
3
github : " banacorn/agda-language-server"
4
4
license : MIT
5
5
author : " Ting-Gian LUA"
You can’t perform that action at this time.
0 commit comments