We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5000244 commit af66c99Copy full SHA for af66c99
changelog.markdown
@@ -1,6 +1,6 @@
1
# Choosenim changelog
2
3
-## 0.7.1 - 17/10/2020
+## 0.7.2 - 17/10/2020
4
5
This is a bug fix release to resolve a regression caused by changes in Nimble
6
which prevented choosenim from finding the Nimble directory.
choosenim.nimble
# Package
-version = "0.7.0"
+version = "0.7.2"
author = "Dominik Picheta"
description = "The Nim toolchain installer."
license = "MIT"
src/choosenimpkg/common.nim
@@ -4,7 +4,7 @@ type
ChooseNimError* = object of NimbleError
const
7
- chooseNimVersion* = "0.7.0"
+ chooseNimVersion* = "0.7.2"
8
9
proxies* = [
10
"nim",
0 commit comments