Skip to content

Commit

Permalink
Step release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Aug 1, 2024
1 parent 7cb01dc commit e02c5ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to

## [Unreleased]

## [v3.3.20] - 2024-08-01

### Fixed
- Avoid rounding up when residual is exactly zero (see issue
[\#742](https://github.com/josephwright/siunitx/issues/742))
Expand Down Expand Up @@ -2124,7 +2126,8 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
### Added
- First public testing release (as `si`)

[Unreleased]: https://github.com/josephwright/siunitx/compare/v3.3.19...HEAD
[Unreleased]: https://github.com/josephwright/siunitx/compare/v3.3.20...HEAD
[v3.3.20]: https://github.com/josephwright/siunitx/compare/v3.3.19...v3.3.20
[v3.3.19]: https://github.com/josephwright/siunitx/compare/v3.3.18...v3.3.19
[v3.3.18]: https://github.com/josephwright/siunitx/compare/v3.3.17...v3.3.18
[v3.3.17]: https://github.com/josephwright/siunitx/compare/v3.3.16...v3.3.17
Expand Down
2 changes: 1 addition & 1 deletion siunitx.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
%
% Identify the package and give the over all version information.
% \begin{macrocode}
\ProvidesExplPackage {siunitx} {2024-06-24} {3.3.19}
\ProvidesExplPackage {siunitx} {2024-08-01} {3.3.20}
{A comprehensive (SI) units package}
% \end{macrocode}
%
Expand Down

0 comments on commit e02c5ad

Please sign in to comment.