File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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))
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments