diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d33499ce..78d47eb0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -11,6 +11,11 @@ adheres to `Semantic Versioning `_. `Unreleased`_ ------------- +Nothing yet + +`0.8.0`_ - 2024-10-29 +--------------------- + This new version introduces some major changes. In particular, it introduces the use of measured microphone and source directivities. This new feature allows to simulate more accurately real recording equipments. See the @@ -650,7 +655,8 @@ Changed ``pyroomacoustics.datasets.timit`` -.. _Unreleased: https://github.com/LCAV/pyroomacoustics/compare/v0.7.7...master +.. _Unreleased: https://github.com/LCAV/pyroomacoustics/compare/v0.8.0...master +.. _0.8.0: https://github.com/LCAV/pyroomacoustics/compare/v0.7.7...v0.8.0 .. _0.7.7: https://github.com/LCAV/pyroomacoustics/compare/v0.7.6...v0.7.7 .. _0.7.6: https://github.com/LCAV/pyroomacoustics/compare/v0.7.5...v0.7.6 .. _0.7.5: https://github.com/LCAV/pyroomacoustics/compare/v0.7.4...v0.7.5 diff --git a/pyroomacoustics/version.py b/pyroomacoustics/version.py index 4e27eedb..777f190d 100644 --- a/pyroomacoustics/version.py +++ b/pyroomacoustics/version.py @@ -1 +1 @@ -__version__ = "0.7.7" +__version__ = "0.8.0"