File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## 1.5.0 (2018-08-10)
3
+ ## 1.5.1 (2018-08-19)
4
+ - Bugfixes and name changes in ` (lispkit draw) `
5
+ - New example code showcasing ` (lispkit draw) ` features
6
+
7
+ ## 1.5 (2018-08-10)
4
8
- Allow importing multiple libraries with one ` import ` invocation
5
9
- Mark continuations correctly and fix ` continuation? `
6
10
- Turn ` current-input-port ` , ` current-output-port ` , and ` current-error-port ` into parameter objects
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.5.0 </string >
18
+ <string >1.5.1 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ var cmdLineArgs = flags.parameters.isEmpty ? [CommandLine.arguments.first!] : fl
123
123
#if SPM
124
124
let context = Context ( console: console,
125
125
implementationName: " LispKit " ,
126
- implementationVersion: " 1.5.0 " ,
126
+ implementationVersion: " 1.5.1 " ,
127
127
commandLineArguments: cmdLineArgs,
128
128
includeInternalResources: false ,
129
129
includeDocumentPath: searchDocs. wasSet ? " LispKit " : nil )
You can’t perform that action at this time.
0 commit comments