Skip to content

Commit

Permalink
Version 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dom96 committed Oct 5, 2021
1 parent 16e5239 commit fae357d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions changelog.markdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Choosenim changelog

## 0.8.2 - 05/10/2021

This is mainly a bug fix release to resolve a few regressions and other bugs in
0.8.0.

This release also includes a new feature: you can now get the path of the
selected Nim toolchain via `choosenim show path`.

See the full list of changes here:

https://github.com/dom96/choosenim/compare/v0.8.0...0.8.2

## 0.8.0 - 02/10/2021

This is a major new release containing many new significant improvements.
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.8.0"
version = "0.8.2"
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.8.0"
chooseNimVersion* = "0.8.2"

proxies* = [
"nim",
Expand Down

0 comments on commit fae357d

Please sign in to comment.