You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,17 @@
1
1
# v0.11.1-dev
2
2
3
3
* Enhancements
4
+
*[Mix] Improve dependency convergence by explicitly checking each requirement instead of expecting all requirements to be equal
5
+
*[Mix] Support optional dependencies with `optional: true`. Optional dependencies are downloaded for the current project but they are automatically skipped when such project is used as a dependency
4
6
5
7
* Bug fixes
6
8
*[Kernel] Set compilation status per ParallelCompiler and not globally
7
9
*[Mix] Ensure Mix does not load previous dependencies versions before `deps.get`/`deps.update`
8
10
*[Mix] Ensure umbrella apps are sorted before running recursive commands
9
11
*[Mix] Ensure umbrella apps run in the same environment as the parent project
10
12
*[Mix] Ensure dependency tree is topsorted before compiling
13
+
*[Mix] Raise error when duplicated projects are pushed into the stack
0 commit comments