Skip to content

Commit 8332906

Browse files
committed
0.3.3
1 parent e36f5d7 commit 8332906

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

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

3-
## Unreleased
3+
## 0.3.3 (2026-04-25)
44

55
#### Added
66

77
- Access to `mgl-pax` subsystems.
88
- `cl-migratum` and its dependencies to the registry.
99

10+
#### Fixed
11+
12+
- Accounted for repository migrations.
13+
1014
## 0.3.2 (2026-01-20)
1115

1216
#### Added

src/vend.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Flags:
236236

237237
(defparameter +vend-rules+
238238
'((("--help" "-h") 0 (vend/help))
239-
("--version" 0 (format t "0.3.2~%"))
239+
("--version" 0 (format t "0.3.3~%"))
240240
("check" 1 (vend/check :focus (cadr 1)) :stop)
241241
("eval" 1 (vend/eval (cdr 1)) :stop)
242242
("get" 0 (vend/get))

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.3.2"
2+
:version "0.3.3"
33
:author "Colin Woodbury <colin@fosskers.ca>"
44
:license "MPL-2.0"
55
:homepage "https://github.com/fosskers/vend"

0 commit comments

Comments
 (0)