From 9a7b3d33da5bffc0087f670c136c17bcd2223284 Mon Sep 17 00:00:00 2001 From: Jonathan Cubides Date: Tue, 20 Dec 2022 19:24:24 +0100 Subject: [PATCH] =?UTF-8?q?Update=20Changelog=20v0.2.8=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.org | 6 +++--- changelog.org | 25 +++++++++++++++++++++++++ package.yaml | 2 +- tests/CLI/version.test | 2 +- 4 files changed, 30 insertions(+), 5 deletions(-) diff --git a/README.org b/README.org index c33ff9762e..e560bc8931 100644 --- a/README.org +++ b/README.org @@ -92,9 +92,9 @@ follows: #+begin_src shell cd /tmp -curl -OL https://github.com/anoma/juvix/releases/download/v0.2.7/juvix-linux_x86_64-v0.2.7.zip -unzip juvix-linux_x86_64-v0.2.7.zip -mv juvix-linux_x86_64-v0.2.7 ~/.local/bin/juvix +curl -OL https://github.com/anoma/juvix/releases/download/v0.2.8/juvix-linux_x86_64-v0.2.8.zip +unzip juvix-linux_x86_64-v0.2.8.zip +mv juvix-linux_x86_64-v0.2.8 ~/.local/bin/juvix #+end_src *** Building Juvix from source diff --git a/changelog.org b/changelog.org index f88ca773ed..531150f301 100644 --- a/changelog.org +++ b/changelog.org @@ -6,6 +6,31 @@ #+end_html +** [[https://github.com/anoma/juvix/tree/v0.2.8][v0.2.8]] (2022-12-20) +[[https://github.com/anoma/juvix/compare/v0.2.7...v0.2.8][Full +Changelog]] + +**Implemented enhancements:** + +- Support basic dependencies [\#1622](https://github.com/anoma/juvix/pull/1622) ([janmasrovira](https://github.com/janmasrovira)) + +**Merged pull requests:** + +- Refactor hie.yaml and add entry in the readme [\#1672](https://github.com/anoma/juvix/pull/1672) ([janmasrovira](https://github.com/janmasrovira)) +- Fix inline monospace formatted text in README [\#1671](https://github.com/anoma/juvix/pull/1671) ([paulcadman](https://github.com/paulcadman)) +- Pin mdbook to version 0.4.22 in docs build [\#1670](https://github.com/anoma/juvix/pull/1670) ([paulcadman](https://github.com/paulcadman)) +- Add option to specify Core transformations to `dev internal core-eval` [\#1669](https://github.com/anoma/juvix/pull/1669) ([paulcadman](https://github.com/paulcadman)) +- Add configuration files so the project can be built with cabal [\#1667](https://github.com/anoma/juvix/pull/1667) ([paulcadman](https://github.com/paulcadman)) +- Add documentation for compiling/running the TicTacToe example [\#1664](https://github.com/anoma/juvix/pull/1664) ([paulcadman](https://github.com/paulcadman)) +- Conversion of Nat representation to JuvixCore integers [\#1661](https://github.com/anoma/juvix/pull/1661) ([lukaszcz](https://github.com/lukaszcz)) +- Move applications inside Lets and Cases [\#1659](https://github.com/anoma/juvix/pull/1659) ([lukaszcz](https://github.com/lukaszcz)) +- Run shelltests on macOS build [\#1658](https://github.com/anoma/juvix/pull/1658) ([paulcadman](https://github.com/paulcadman)) +- Restore macOS CI build/test [\#1657](https://github.com/anoma/juvix/pull/1657) ([paulcadman](https://github.com/paulcadman)) +- Remove type arguments and type abstractions from Nodes [\#1655](https://github.com/anoma/juvix/pull/1655) ([lukaszcz](https://github.com/lukaszcz)) +- Pretty printing of JuvixAsm code [\#1650](https://github.com/anoma/juvix/pull/1650) ([lukaszcz](https://github.com/lukaszcz)) +- Remove NameId from Core [\#1649](https://github.com/anoma/juvix/pull/1649) ([lukaszcz](https://github.com/lukaszcz)) +- Translation from JuvixAsm to C [\#1619](https://github.com/anoma/juvix/pull/1619) ([lukaszcz](https://github.com/lukaszcz)) + ** [[https://github.com/anoma/juvix/tree/v0.2.7][v0.2.7]] (2022-12-05) [[https://github.com/anoma/juvix/compare/v0.2.6...v0.2.7][Full Changelog]] diff --git a/package.yaml b/package.yaml index 48e1a642f8..b816700561 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: juvix -version: 0.2.7 +version: 0.2.8 license: GPL-3.0-only license-file: LICENSE copyright: (c) 2022- Heliax AG. diff --git a/tests/CLI/version.test b/tests/CLI/version.test index eb8b6da943..31dee39138 100644 --- a/tests/CLI/version.test +++ b/tests/CLI/version.test @@ -1,5 +1,5 @@ $ juvix --version -> /Juvix version 0.2.7-([a-f0-9]{7}) +> /Juvix version 0.2.8-([a-f0-9]{7}) Branch: .* Commit: .* Date: .*