Skip to content

Commit

Permalink
Bumps 0.16.4 (#1304)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgomez authored Dec 9, 2024
1 parent aa459d1 commit f1ae000
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions changelog.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@

# Nimble changelog

## 0.16.4

- SAT solver now fallbacks to the previous version if the latest version of the packages involved in the resolution are unsatisfiable.
- Improves Nim version selection by giving priority to the user system Nim version when it is compatible with the package requirements.
- Caches tagged packages.
- Other fixes and improvements.

## 0.16.3

- Nim dependencies now use precompiled binaries when available. One can opt-out it by using `--disableNimBinaries`.
Expand Down
2 changes: 1 addition & 1 deletion nimble.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.16.3"
version = "0.16.4"
author = "Dominik Picheta"
description = "Nim package manager."
license = "BSD"
Expand Down

0 comments on commit f1ae000

Please sign in to comment.