Skip to content

Commit

Permalink
changelog for 0.1.0.3 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemastero authored Nov 4, 2024
1 parent 615abf7 commit 8a05516
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 19 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@
* Remove excessive new lines in output Scala file
* CI: compile output Scala code using SBT
* Refactor: split Scala expressions, printing Scala expressions, compile internal Agda representation to Scala expressions
Ńľľ

## 0.1.0.3
* add flag `--scala-dialect=Scala3` and support output for Scala3
* test generated Scala 2 and Scala 3 code in CI build
2 changes: 1 addition & 1 deletion agda2scala.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: agda2scala
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
version: 0.1.0.2
version: 0.1.0.3
description: Allows to export Scala source files from formal specification in Agda
license: MIT
license-file: LICENSE
Expand Down
17 changes: 0 additions & 17 deletions examples/adts.scala

This file was deleted.

0 comments on commit 8a05516

Please sign in to comment.