Skip to content

Commit

Permalink
bump version to 0.16.3 (#1286)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgomez authored Nov 15, 2024
1 parent 2c95fb7 commit 6ba10a4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@

# Nimble changelog

## 0.16.3

- Nim dependencies now use precompiled binaries when available. One can opt-out it by using `--disableNimBinaries`.
- Improves sat error messages. Making it easier to spot conflicting dependencies.
- Other fixes and improvements.

## 0.16.2

- Adds a `requires` flag which allows to add extra packages to the dependency resolution.
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.2"
version = "0.16.3"
author = "Dominik Picheta"
description = "Nim package manager."
license = "BSD"
Expand Down

0 comments on commit 6ba10a4

Please sign in to comment.