Skip to content

Commit

Permalink
Merge branch 'release-v0.6.6' into develop
Browse files Browse the repository at this point in the history
* release-v0.6.6:
  Bump version and update changelog, move changelog in docs
  • Loading branch information
fizruk committed Oct 2, 2023
2 parents 119d1ee + 3942b82 commit 8b0bf59
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ authors:
given-names: Nikolai
orcid: "https://orcid.org/0000-0001-6572-7292"
title: "Rzk: a proof assistant for synthetic $\\infty$-categories"
version: 0.6.5
version: 0.6.6
url: "https://github.com/rzk-lang/rzk"
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ 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.6.6 — 2023-10-02

- Fix builds on Windows (and macOS) (see [#121](https://github.com/rzk-lang/rzk/pull/121))

## v0.6.5 — 2023-10-01

This version contains mostly intrastructure improvements:
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ Using such representation is motivated by automatic handling of binders and easi

An important part of `rzk` is a tope layer solver, which is essentially a theorem prover for a part of the type theory. A related project, dedicated just to that part is available at <https://github.com/fizruk/simple-topes>. `simple-topes` supports used-defined cubes, topes, and tope layer axioms. Once stable, `simple-topes` will be merged into `rzk`, expanding the proof assistant to the type theory with shapes, allowing formalisations for (variants of) cubical, globular, and other geometric versions of HoTT.

See the list of contributors at [docs/docs/CONTRIBUTORS.md](docs/docs/CONTRIBUTORS.md).
See the list of contributors at [CONTRIBUTORS.md](CONTRIBUTORS.md).
2 changes: 1 addition & 1 deletion docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ nav:
- General:
- About: index.md
- Contributors: CONTRIBUTORS.md
- Changelog: CHANGELOG.md
- Getting Started:
- Install: getting-started/install.md
- Quickstart: getting-started/quickstart.rzk.md
- Publishing with MkDocs: getting-started/publishing-with-mkdocs.md
- Changelog: getting-started/changelog.md
- Reference:
- Introduction: reference/introduction.rzk.md
- Cube layer: reference/cube-layer.rzk.md
Expand Down
4 changes: 4 additions & 0 deletions rzk/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ 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.6.6 — 2023-10-02

- Fix builds on Windows (and macOS) (see [#121](https://github.com/rzk-lang/rzk/pull/121))

## v0.6.5 — 2023-10-01

This version contains mostly intrastructure improvements:
Expand Down
2 changes: 1 addition & 1 deletion rzk/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: rzk
version: 0.6.5
version: 0.6.6
github: 'rzk-lang/rzk'
license: BSD3
author: 'Nikolai Kudasov'
Expand Down
2 changes: 1 addition & 1 deletion rzk/rzk.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.24
-- see: https://github.com/sol/hpack

name: rzk
version: 0.6.5
version: 0.6.6
synopsis: An experimental proof assistant for synthetic ∞-categories
description: Please see the README on GitHub at <https://github.com/rzk-lang/rzk#readme>
category: Dependent Types
Expand Down

0 comments on commit 8b0bf59

Please sign in to comment.