Skip to content

Commit

Permalink
Release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hirrolot committed Jul 20, 2024
1 parent a9b3b03 commit 5d0960d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## unreleased

## 0.1.2 - 2024-07-20

### Added

- Function productivity analysis for preventing unneeded specializations ([issue #2](https://github.com/mazeppa-dev/mazeppa/issues/2)).
- `pattern_to_string` and `pattern_verbatim` (`Raw_term`).

### Changed

- Simplify horizontal configuration analysis by only checking for renamings (previously, we tried to detect arbitrary safe instances).
- Simplify horizontal configuration analysis by only checking for renamings instead of matching arbitrary safe instances.
- Do not emit 1) linear let-bindings for redexes, 2) unused let-bindings for immediate terms.

## 0.1.1 - 2024-07-15
Expand Down
2 changes: 1 addition & 1 deletion bin/main.ml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ open Ppx_yojson_conv_lib.Yojson_conv.Primitives

let github_repo = "https://github.com/mazeppa-dev/mazeppa"

let version = "0.1.1"
let version = "0.1.2"

let tab = " "

Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

(name mazeppa)

(version 0.1.1)
(version 0.1.2)

(generate_opam_files true)

Expand Down
2 changes: 1 addition & 1 deletion mazeppa.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.1.1"
version: "0.1.2"
synopsis: "A modern supercompiler for call-by-value functional languages"
maintainer: ["Tima Kinsart"]
authors: ["Tima Kinsart"]
Expand Down

0 comments on commit 5d0960d

Please sign in to comment.