From 29f1c4c4df01bd2d99ce5e2b5d9d80df4711166d Mon Sep 17 00:00:00 2001 From: Paul Cadman Date: Mon, 25 Mar 2024 11:45:18 +0000 Subject: [PATCH] Release 0.6.1 (#2699) This PR updates: - [x] Package version - [x] Smoke test - [x] Changelog --- CHANGELOG.md | 20 +++++++++++++++++++ package.yaml | 2 +- .../Commands/version-help-doctor.smoke.yaml | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb88c0bf8..bc39395e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,26 @@ Juvix Mascot +## [v0.6.1](https://github.com/anoma/juvix/tree/v0.6.1) (2024-03-25) + +[Full Changelog](https://github.com/anoma/juvix/compare/v0.6.0...v0.6.1) + +**Implemented enhancements:** + +- Support Nockma/Anoma scry operation [\#2672](https://github.com/anoma/juvix/issues/2672) ([paulcadman](https://github.com/paulcadman)) +- JuvixReg to CASM translation [\#2671](https://github.com/anoma/juvix/pull/2671) ([lukaszcz](https://github.com/lukaszcz)) + +**Merged pull requests:** + +- Rename `Dynamic'` to `DynamicTy'` [\#2696](https://github.com/anoma/juvix/pull/2696) ([janmasrovira](https://github.com/janmasrovira)) +- Rename `Const` constructor in Tree and Reg languages [\#2695](https://github.com/anoma/juvix/pull/2695) ([janmasrovira](https://github.com/janmasrovira)) +- Promote use of `MonadIO` to minimize `embed` occurrences [\#2694](https://github.com/anoma/juvix/pull/2694) ([janmasrovira](https://github.com/janmasrovira)) +- Support compilation of Anoma transactions in nockma backend [\#2693](https://github.com/anoma/juvix/pull/2693) ([paulcadman](https://github.com/paulcadman)) +- Add flags for the markdown and html backend: ` --strip-prefix` and `--ext`. [\#2681](https://github.com/anoma/juvix/pull/2681) ([jonaprieto](https://github.com/jonaprieto)) +- Support nockma scry [\#2678](https://github.com/anoma/juvix/pull/2678) ([paulcadman](https://github.com/paulcadman)) +- JuvixReg to CASM translation [\#2671](https://github.com/anoma/juvix/pull/2671) ([lukaszcz](https://github.com/lukaszcz)) +- Replace `polysemy` by `effectful` [\#2663](https://github.com/anoma/juvix/pull/2663) ([janmasrovira](https://github.com/janmasrovira)) + ## [v0.6.0](https://github.com/anoma/juvix/tree/v0.6.0) (2024-03-01) [Full Changelog](https://github.com/anoma/juvix/compare/v0.5.5...v0.6.0) diff --git a/package.yaml b/package.yaml index 34929fc90..c104365b7 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: juvix -version: 0.6.0 +version: 0.6.1 license: GPL-3.0-only license-file: LICENSE.md copyright: (c) 2022- Heliax AG. diff --git a/tests/smoke/Commands/version-help-doctor.smoke.yaml b/tests/smoke/Commands/version-help-doctor.smoke.yaml index b7cdca317..dd50ec81f 100644 --- a/tests/smoke/Commands/version-help-doctor.smoke.yaml +++ b/tests/smoke/Commands/version-help-doctor.smoke.yaml @@ -7,7 +7,7 @@ tests: stdout: matches: regex: |- - ^Juvix version 0.6.0-([a-f0-9]{7}).* + ^Juvix version 0.6.1-([a-f0-9]{7}).* - name: cli-numeric-version command: