Skip to content

Commit 6ba10a4

Browse files
authored
bump version to 0.16.3 (#1286)
1 parent 2c95fb7 commit 6ba10a4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

changelog.markdown

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33

44
# Nimble changelog
55

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+
612
## 0.16.2
713

814
- Adds a `requires` flag which allows to add extra packages to the dependency resolution.

nimble.nimble

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Package
22

3-
version = "0.16.2"
3+
version = "0.16.3"
44
author = "Dominik Picheta"
55
description = "Nim package manager."
66
license = "BSD"

0 commit comments

Comments
 (0)