Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumps 0.16.4 #1304

Merged
merged 1 commit into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading