Skip to content

Commit 66bc6ce

Browse files
committed
Bump version up to 1.5.1.
1 parent 84e97e2 commit 66bc6ce

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
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

Sources/LispKit/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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>

Sources/LispKitRepl/main.swift

+1-1
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)