Skip to content

Commit f1ae000

Browse files
authored
Bumps 0.16.4 (#1304)
1 parent aa459d1 commit f1ae000

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

changelog.markdown

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33

44
# Nimble changelog
55

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+
613
## 0.16.3
714

815
- Nim dependencies now use precompiled binaries when available. One can opt-out it by using `--disableNimBinaries`.

nimble.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Package
22

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

0 commit comments

Comments
 (0)