Skip to content

Commit

Permalink
Step release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Jul 23, 2022
1 parent 976ce7d commit d31b18e
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.1.5] - 2022-07-23

### Fixed
- Rounding to figures with a trailing zero and non-zero integer part (see issue
[\#615](https://github.com/josephwright/siunitx/issues/615))
Expand Down Expand Up @@ -1796,7 +1798,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.1.4...HEAD
[Unreleased]: https://github.com/josephwright/siunitx/compare/v3.1.5...HEAD
[v3.1.5]: https://github.com/josephwright/siunitx/compare/v3.1.4...v3.1.5
[v3.1.4]: https://github.com/josephwright/siunitx/compare/v3.1.3...v3.1.4
[v3.1.3]: https://github.com/josephwright/siunitx/compare/v3.1.2...v3.1.3
[v3.1.2]: https://github.com/josephwright/siunitx/compare/v3.1.1...v3.1.2
Expand Down
2 changes: 1 addition & 1 deletion siunitx.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
%
% Identify the package and give the over all version information.
% \begin{macrocode}
\ProvidesExplPackage {siunitx} {2022-06-22} {3.1.4}
\ProvidesExplPackage {siunitx} {2022-07-23} {3.1.5}
{A comprehensive (SI) units package}
% \end{macrocode}
%
Expand Down

0 comments on commit d31b18e

Please sign in to comment.