We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa459d1 commit f1ae000Copy full SHA for f1ae000
changelog.markdown
@@ -3,6 +3,13 @@
3
4
# Nimble changelog
5
6
+## 0.16.4
7
+
8
+- SAT solver now fallbacks to the previous version if the latest version of the packages involved in the resolution are unsatisfiable.
9
+- Improves Nim version selection by giving priority to the user system Nim version when it is compatible with the package requirements.
10
+- Caches tagged packages.
11
+- Other fixes and improvements.
12
13
## 0.16.3
14
15
- Nim dependencies now use precompiled binaries when available. One can opt-out it by using `--disableNimBinaries`.
nimble.nimble
@@ -1,6 +1,6 @@
1
# Package
2
-version = "0.16.3"
+version = "0.16.4"
author = "Dominik Picheta"
description = "Nim package manager."
license = "BSD"
0 commit comments