Skip to content

Commit

Permalink
Version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dom96 committed Oct 16, 2020
1 parent 48bd06c commit 4480ebd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion changelog.markdown
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
# Choosenim changelog

## 0.6.2 - xx/xx/2020
## 0.7.0 - 16/10/2020

The major new feature is that all builds are now static. There should be no
runtime dependencies for choosenim anymore.

Changes:

* A critical bug was fixed where choosenim would fail if existng DLLs were present.
* The `update` command will now always change to the newly installed version.
In previous versions this would only happen when the currently selected
channel is updated.
* A new `remove` command is now available.
* The `nim-gdb` utility is now shimmed.
* Various small bug fixes, #203 and #195.
* The `GITHUB_TOKEN` env var will now be used if present for certain actions.
* Better messages when downloading nightlies.

## 0.6.0 - 06/03/2020

Expand Down
2 changes: 1 addition & 1 deletion choosenim.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.6.1"
version = "0.7.0"
author = "Dominik Picheta"
description = "The Nim toolchain installer."
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/choosenimpkg/common.nim
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ type
ChooseNimError* = object of NimbleError

const
chooseNimVersion* = "0.6.1"
chooseNimVersion* = "0.7.0"

proxies* = [
"nim",
Expand Down

0 comments on commit 4480ebd

Please sign in to comment.