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: diff --git a/rzk/package.yaml b/rzk/package.yaml index d8d166b05..bdce72e8b 100644 --- a/rzk/package.yaml +++ b/rzk/package.yaml @@ -1,10 +1,10 @@ name: rzk -version: 0.7.4 +version: 0.7.5 github: "rzk-lang/rzk" license: BSD3 author: "Nikolai Kudasov" maintainer: "nickolay.kudasov@gmail.com" -copyright: "2023 Nikolai Kudasov" +copyright: "2023-2024 Nikolai Kudasov" extra-source-files: - README.md diff --git a/rzk/rzk.cabal b/rzk/rzk.cabal index d809f3df3..55fc7ceab 100644 --- a/rzk/rzk.cabal +++ b/rzk/rzk.cabal @@ -5,7 +5,7 @@ cabal-version: 1.24 -- see: https://github.com/sol/hpack name: rzk -version: 0.7.4 +version: 0.7.5 synopsis: An experimental proof assistant for synthetic ∞-categories description: Please see the README on GitHub at category: Dependent Types @@ -13,7 +13,7 @@ homepage: https://github.com/rzk-lang/rzk#readme bug-reports: https://github.com/rzk-lang/rzk/issues author: Nikolai Kudasov maintainer: nickolay.kudasov@gmail.com -copyright: 2023 Nikolai Kudasov +copyright: 2023-2024 Nikolai Kudasov license: BSD3 license-file: LICENSE build-type: Custom