Skip to content

[Chore] Prepare several new minor releases

Pinto Pasquale requested to merge pasqu4le/chore-new-minor-releases-05-2022 into master

Description

Problem: Since the last releases, there have been a few changes that we want to use in downstream packages (e.g. morley-prelude) as well as some CI updates that affect the production branch too. As a consequence, we want to make new minor releases before the upcoming bigger changes.

Solution: update changelogs, *.cabal and package.yaml for new versions of several packages.

Related issue(s)

None

Checklist for your Merge Request

Related changes (conditional)

  • Tests (see short guidelines)

    • If I added new functionality, I added tests covering it.
    • If I fixed a bug, I added a regression test to prevent the bug from silently reappearing again.
  • Documentation

    • I checked whether I should update the docs and did so if necessary:
    • I updated changelog files of all affected packages released to Hackage if my changes are externally visible.

Stylistic guide (mandatory)

Merge request reports