v0.4.0
💥 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
7077b72
- #188 Make module loading explicit (PR #189 by @rlemaitre)
🔧 Chores
f0bb12a
- Change license from APL-2.0 to EPL-2.0 (PR #190 by @rlemaitre)