Skip to content

Commit

Permalink
Bump version to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaeon committed May 19, 2023
1 parent ccce647 commit c999ff7
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
* 2023-05-19

Version =0.5.0= has been tagged.

New conditions added:

- =CLINGON:BASE-ERROR=
- =CLINGON:EXIT-ERROR= (sub-class of =CLINGON:BASE-ERROR=)

New generic functions added:

- =CLINGON:HANDLE-ERROR=

The =CLINGON:BASE-ERROR= condition can be used as the base for new
user-defined conditions, which can be signalled by command handlers.

Whenever a =CLINGON:BASE-ERROR= condition is signalled, the
=CLINGON:RUN= method will invoke =CLINGON:HANDLE-ERROR=, which allows
developers to provide custom logic for reporting and handling of app
specific errors.

Make sure to check the =Custom Errors= section from the documentation
for some examples on how to create user-defined conditions.

The utility function =CLINGON:EXIT= will not exit if the REPL is
connected via SLY or SLIME, which allows for better interactive
testing of the final application.

* 2023-01-24

=clingon= version =0.4.0= has been tagged.
Expand Down
2 changes: 1 addition & 1 deletion clingon.asd
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
:name "clingon"
:long-name "clingon"
:description "Command-line options parser system for Common Lisp"
:version "0.4.0"
:version "0.5.0"
:author "Marin Atanasov Nikolov <dnaeon@gmail.com>"
:maintainer "Marin Atanasov Nikolov <dnaeon@gmail.com>"
:license "BSD 2-Clause"
Expand Down

0 comments on commit c999ff7

Please sign in to comment.