Skip to content

Commit

Permalink
Add change log + update version number to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jespercockx committed Oct 23, 2023
1 parent 48c98b5 commit 50d213e
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Release notes for agda2hs v1.2
==============================

Changes
-------

See https://github.com/agda/agda2hs/issues?q=milestone%3A1.2+is%3Apr for the full list of changes.

Fixed issues
------------

See https://github.com/agda/agda2hs/issues?q=milestone%3A1.2+is%3Aissue for the full list of fixed issues.
4 changes: 3 additions & 1 deletion agda2hs.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: agda2hs
version: 1.0
version: 1.1
license: BSD-3-Clause
license-file: LICENSE
author: Ulf Norell, Jesper Cockx, Orestis Melkonian, Sára Juhošová, James Chapman, Lucas Escot, Henry Blanchette
Expand All @@ -17,6 +17,8 @@ description:

data-dir: src/data
data-files: emacs-mode/*.el
extra-doc-files: CHANGELOG.md
README.md

source-repository head
type: git
Expand Down
4 changes: 4 additions & 0 deletions release-notes/1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Release notes for agda2hs 1.0
=============================

Initial release.
17 changes: 17 additions & 0 deletions release-notes/1.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Release notes for agda2hs v1.1
==============================

Changes
-------

- Updated Agda base version to 2.6.4.
- The `agda2hs` executable can now also be used in interactive mode (e.g. in Emacs or VS Code).
- Added option to specify user-defined rewrites (see https://agda.github.io/agda2hs/features.html#rewrite-rules).
- Type operators with names not starting with a colon are now allowed.
- Added bindings for the `IO` monad.
- Various other additions to the `Haskell.Prelude` library.

Fixed issues
------------

See https://github.com/agda/agda2hs/issues?q=milestone%3A1.1+is%3Aissue for the full list of fixed issues.

0 comments on commit 50d213e

Please sign in to comment.