We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0.16.3
1 parent 2c95fb7 commit 6ba10a4Copy full SHA for 6ba10a4
changelog.markdown
@@ -3,6 +3,12 @@
3
4
# Nimble changelog
5
6
+## 0.16.3
7
+
8
+- Nim dependencies now use precompiled binaries when available. One can opt-out it by using `--disableNimBinaries`.
9
+- Improves sat error messages. Making it easier to spot conflicting dependencies.
10
+- Other fixes and improvements.
11
12
## 0.16.2
13
14
- Adds a `requires` flag which allows to add extra packages to the dependency resolution.
nimble.nimble
@@ -1,6 +1,6 @@
1
# Package
2
-version = "0.16.2"
+version = "0.16.3"
author = "Dominik Picheta"
description = "Nim package manager."
license = "BSD"
0 commit comments