diff --git a/changelog.md b/changelog.md index 1678ec92..c1e83129 100644 --- a/changelog.md +++ b/changelog.md @@ -9,11 +9,14 @@ When contributing a fix, feature or example please add a new line to briefly exp ## 0.3.x +* _add next change here_ + +## 0.3.2 + * Add `hlHtml` and `hlHtml` to nimiBoost * fix rarely occuring issue of terminal output not being captured (windows only, see example in https://github.com/pietroppeter/nimib/pull/132) * compress line height in nbCode output (using class `nb-output`), see #133 * Fixed a case when capturing a global in `nbJsFromCode` didn't gensym the symbols, causing the same variable names in the generated code. #136 -* _add next change here_ ## 0.3.1 diff --git a/nimib.nimble b/nimib.nimble index 4f512ebd..113d946f 100644 --- a/nimib.nimble +++ b/nimib.nimble @@ -1,6 +1,6 @@ # Package -version = "0.3.1" +version = "0.3.2" author = "Pietro Peterlongo" description = "nimib 🐳 - nim 👑 driven ⛵ publishing ✍" license = "MIT"