Skip to content

Commit

Permalink
Version 2023.06.19
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Jun 19, 2023
1 parent 4cf4a1b commit 1785fb9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
This file describes changes in the AutoDoc package.

2023.06.19
- Revise handling of chunks XML file
- Remove `AUTODOC_AbsolutePath`
- Don't build PDF docs if `NOPDF` environment variable is set
- Various janitorial changes

2022.10.20
- Prevent some file descriptor leaks
- Do not try to read non-existing file gap/ContextObject.gd
Expand Down
2 changes: 1 addition & 1 deletion PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SetPackageInfo( rec(

PackageName := "AutoDoc",
Subtitle := "Generate documentation from GAP source code",
Version := "2022.10.20",
Version := "2023.06.19",

Date := ~.Version{[ 1 .. 10 ]},
Date := Concatenation( ~.Date{[ 9, 10 ]}, "/", ~.Date{[ 6, 7 ]}, "/", ~.Date{[ 1 .. 4 ]} ),
Expand Down

0 comments on commit 1785fb9

Please sign in to comment.