Skip to content

Commit

Permalink
0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fosskers committed Feb 8, 2025
1 parent b26d758 commit 369198c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# vend

## Unreleased
## 0.1.5 (2025-02-08)

#### Added

Expand Down
2 changes: 1 addition & 1 deletion src/vend.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Flags:

(defconstant +vend-rules+
'((("--help" "-h") 0 (vend/help))
("--version" 0 (format t "0.1.4~%"))
("--version" 0 (format t "0.1.5~%"))
("check" 1 (vend/check :focus (cadr 1)) :stop)
("get" 0 (vend/get))
("graph" 1 (vend/graph :focus (cadr 1)) :stop)
Expand Down
2 changes: 1 addition & 1 deletion vend.asd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(defsystem "vend"
:version "0.1.4"
:version "0.1.5"
:author "Colin Woodbury <[email protected]>"
:license "MPL-2.0"
:homepage "https://github.com/fosskers/vend"
Expand Down

0 comments on commit 369198c

Please sign in to comment.