Skip to content

Commit

Permalink
Merge pull request #180 from ESSS/release-2.6.0
Browse files Browse the repository at this point in the history
Release 2.6.0
  • Loading branch information
github-actions[bot] authored Dec 17, 2024
2 parents c3156e9 + aca27f5 commit cc05910
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:

package:
runs-on: ubuntu-latest

env:
SETUPTOOLS_SCM_PRETEND_VERSION: ${{ github.event.inputs.version }}
steps:
- uses: actions/checkout@v4

Expand Down
6 changes: 4 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
UNRELEASED
----------
2.6.0
-----

*2024-12-17*

* `#132 <https://github.com/ESSS/pytest-regressions/pull/132>`__: Added documentation for specifying custom data directories.
* `#177 <https://github.com/ESSS/pytest-regressions/pull/177>`__: Added new ``round_digits`` to ``data_regression.check``, which when given will round all float values to the given number of dicts (recursively) before saving the data to disk.
Expand Down

0 comments on commit cc05910

Please sign in to comment.