Skip to content

Commit

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

## unreleased

## 0.3.4 - 2024-10-12

### Changed

- Reuse predefined thunks for variables standing as constructor arguments.
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.3.3"
let version = "0.3.4"

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.3.3)
(version 0.3.4)

(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.3.3"
version: "0.3.4"
synopsis: "A modern supercompiler for call-by-value functional languages"
maintainer: ["hirrolot <[email protected]>"]
authors: ["hirrolot <[email protected]>"]
Expand Down

0 comments on commit b0907df

Please sign in to comment.