Skip to content

Commit 5ecb17a

Browse files
committed
0.3.0
1 parent f60e976 commit 5ecb17a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# vend
22

3-
## Unreleased
3+
## 0.3.0 (2025-08-04)
44

55
#### Added
66

77
- `vend eval` for running arbitrary Lisp from the command line with all your dependencies available.
88
- More entries to the registry.
9+
- A `Makefile`.
910

1011
#### Fixed
1112

vend.asd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(defsystem "vend"
2-
:version "0.2.1"
2+
:version "0.3.0"
33
:author "Colin Woodbury <[email protected]>"
44
:license "MPL-2.0"
55
:homepage "https://github.com/fosskers/vend"

0 commit comments

Comments
 (0)