Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Dec 10:42
· 43 commits to main since this release
d67c921

💥 BREAKING CHANGES

  • due to 7077b72 - #188 Make module loading explicit (PR #189 by @rlemaitre):

    Module Management
    The way modules are defined and used changed in this version. To migrate from a prior version, you will have to change the base class of your app and explicitely declare what optional module your aer using. For more information, see the Quickstart section of the documentation.

♻️ Refactors

🔧 Chores