diff --git a/CHANGELOG.org b/CHANGELOG.org index 93d9f85..7872363 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -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) diff --git a/sijo-doctest.asd b/sijo-doctest.asd index 60f8fc3..5c32ee6 100644 --- a/sijo-doctest.asd +++ b/sijo-doctest.asd @@ -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) , Simen Endsjø " :licence "GPL" :serial t