Skip to content

Commit

Permalink
v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gpoore committed Oct 16, 2024
1 parent be71bd3 commit 90dc5d6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Changelog


## v1.9.0 (dev)
## v1.9.0 (2024/10/16)

* Replaced buffer length counters with macros to prevent issues with
`\includeonly` resetting counters.



## v1.8.0 (2024/09/14)

* Added new option `backgroundcolor` (alias `bgcolor`). This provides a
Expand Down
2 changes: 1 addition & 1 deletion fvextra/fvextra.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
%<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
%<package>\ProvidesPackage{fvextra}
%<*package>
[2024/10/12 v1.9.0dev1 fvextra - extensions and patches for fancyvrb]
[2024/10/16 v1.9.0 fvextra - extensions and patches for fancyvrb]
%</package>
%
%<*driver>
Expand Down
Binary file modified fvextra/fvextra.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion fvextra/fvextra.sty
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
%%
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{fvextra}
[2024/10/12 v1.9.0dev1 fvextra - extensions and patches for fancyvrb]
[2024/10/16 v1.9.0 fvextra - extensions and patches for fancyvrb]
\RequirePackage{etoolbox}
\RequirePackage{fancyvrb}
\RequirePackage{upquote}
Expand Down

0 comments on commit 90dc5d6

Please sign in to comment.