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 f60e976 commit 5ecb17aCopy full SHA for 5ecb17a
CHANGELOG.md
@@ -1,11 +1,12 @@
1
# vend
2
3
-## Unreleased
+## 0.3.0 (2025-08-04)
4
5
#### Added
6
7
- `vend eval` for running arbitrary Lisp from the command line with all your dependencies available.
8
- More entries to the registry.
9
+- A `Makefile`.
10
11
#### Fixed
12
vend.asd
@@ -1,5 +1,5 @@
(defsystem "vend"
- :version "0.2.1"
+ :version "0.3.0"
:author "Colin Woodbury <[email protected]>"
:license "MPL-2.0"
:homepage "https://github.com/fosskers/vend"
0 commit comments