Skip to content

Commit c138828

Browse files
committed
Bump version and update changelog
1 parent c67876c commit c138828

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

rzk/ChangeLog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to the
77
[Haskell Package Versioning Policy](https://pvp.haskell.org/).
88

9+
## v0.7.6 — 2025-08-14
10+
11+
Minor fixes:
12+
13+
- Support BNFC 2.9.6 (see [#201](https://github.com/rzk-lang/rzk/pull/201))
14+
- Fix typo in the sHoTT link (see [#194](https://github.com/rzk-lang/rzk/pull/194))
15+
- Fix tuple pattern syntax (see [#193](https://github.com/rzk-lang/rzk/pull/193) and [#191](https://github.com/rzk-lang/rzk/pull/191))
16+
917
## v0.7.5 — 2024-08-18
1018

1119
Minor changes:

rzk/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: rzk
2-
version: 0.7.5
2+
version: 0.7.6
33
github: "rzk-lang/rzk"
44
license: BSD3
55
author: "Nikolai Kudasov"

rzk/rzk.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 1.24
55
-- see: https://github.com/sol/hpack
66

77
name: rzk
8-
version: 0.7.5
8+
version: 0.7.6
99
synopsis: An experimental proof assistant for synthetic ∞-categories
1010
description: Please see the README on GitHub at <https://github.com/rzk-lang/rzk#readme>
1111
category: Dependent Types

0 commit comments

Comments
 (0)