Skip to content

Commit

Permalink
Bump from 0.3 to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simendsjo committed Mar 11, 2024
1 parent ac4bfe1 commit 066191f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [[https://keepachangelog.com/en/1.1.0][Keep a Changelog]], and this project *DOES NOT* adhere to [[https://semver.org/spec/v2.0.0.html][Semantic
Versioning]].

** [[https://github.com/simendsjo/sijo-doctest/compare/v0.3..v0.3.1][0.3.1]] - 2024-03-11
*** Added
*** Changed
*** Deprecated
*** Removed
*** Fixed
- ~test-package~ return failed/passed, not just ~nil~
*** Security

** [[https://github.com/simendsjo/sijo-doctest/compare/v0.2..v0.3][0.3.0]] - 2024-03-11
*** Added
- Support Embedded Common Lisp (ECL)
Expand Down
2 changes: 1 addition & 1 deletion sijo-doctest.asd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(defsystem :sijo-doctest
:in-order-to ((test-op (test-op :sijo-doctest/tests)))
:description "Doctests for Common Lisp"
:version "0.3"
:version "0.3.1"
:author "Johan Lindberg (Pulp Software) <[email protected]>, Simen Endsjø <[email protected]>"
:licence "GPL"
:serial t
Expand Down

0 comments on commit 066191f

Please sign in to comment.