Skip to content

Commit

Permalink
Add changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
simendsjo committed Apr 8, 2024
1 parent 966670a commit d9dd61f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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/29a0eaa1c30144fac48543be0285c168118fc745..v0.4.1][0.4.1]] - 2024-04-08
*** Added
*** Changed
*** Deprecated
*** Removed
*** Fixed
- ~test-file~ didn't work. It had a typo in the ~test-docstring~ function name
and passed the file instead of the file content.
*** Security

** [[https://github.com/simendsjo/sijo-doctest/compare/9e591638cc8619a141ed44b65bb23d318f2bfc67..v0.4.0][0.4.0]] - 2024-03-15
*** Added
- [[https://github.com/simendsjo/sijo-doctest/issues/7][issue#7]] All test functions accepts a ~:test~ keyword to supply another testing
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.4.0"
:version "0.4.1"
:author "Johan Lindberg (Pulp Software) <[email protected]>, Simen Endsjø <[email protected]>"
:licence "GPL"
:serial t
Expand Down

0 comments on commit d9dd61f

Please sign in to comment.