From 12c94dc6f9ca5238ab5d6df21e3af66a8ba07901 Mon Sep 17 00:00:00 2001 From: Nikolai Kudasov Date: Sun, 18 Aug 2024 02:05:06 +0300 Subject: [PATCH] Bump version and update changelog --- CITATION.cff | 2 +- rzk/ChangeLog.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index 6b01db532..ae6a75486 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -8,5 +8,5 @@ authors: - family-names: Danko given-names: Danila title: "Rzk: a proof assistant for synthetic $\\infty$-categories" -version: 0.7.4 +version: 0.7.5 url: "https://github.com/rzk-lang/rzk" diff --git a/rzk/ChangeLog.md b/rzk/ChangeLog.md index 5b400d90b..ec2a6e72d 100644 --- a/rzk/ChangeLog.md +++ b/rzk/ChangeLog.md @@ -6,6 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to the [Haskell Package Versioning Policy](https://pvp.haskell.org/). +## v0.7.5 — 2024-08-18 + +Minor changes: + +- Suport syntax sugar for nested Σ-types (see [#183](https://github.com/rzk-lang/rzk/pull/183)) +- Improve error reporting (see [#176](https://github.com/rzk-lang/rzk/pull/176) and [#179](https://github.com/rzk-lang/rzk/pull/179)) + +Fixes: + +- Support newer `lsp` (specifically, `lsp-2.7.0.0`, see [#188](https://github.com/rzk-lang/rzk/pull/188)) +- Fix CI (see [#184](https://github.com/rzk-lang/rzk/pull/184)) +- Fix build of nix flake on aarch64-darwin (see [#181](https://github.com/rzk-lang/rzk/pull/181)) +- Small documentation fixes (see [#178](https://github.com/rzk-lang/rzk/pull/178)) + ## v0.7.4 — 2024-04-01 Fixes: