File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
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)
48- Allow importing multiple libraries with one ` import ` invocation
59- Mark continuations correctly and fix ` continuation? `
610- Turn ` current-input-port ` , ` current-output-port ` , and ` current-error-port ` into parameter objects
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >1.5.0 </string >
18+ <string >1.5.1 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <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
123123#if SPM
124124 let context = Context ( console: console,
125125 implementationName: " LispKit " ,
126- implementationVersion: " 1.5.0 " ,
126+ implementationVersion: " 1.5.1 " ,
127127 commandLineArguments: cmdLineArgs,
128128 includeInternalResources: false ,
129129 includeDocumentPath: searchDocs. wasSet ? " LispKit " : nil )
You can’t perform that action at this time.
0 commit comments