From 371b13ab6ba0aa3531ef51b0ff8b0e7152890b69 Mon Sep 17 00:00:00 2001 From: hirrolot Date: Mon, 23 Sep 2024 20:25:36 -0400 Subject: [PATCH] Release v0.3.1 --- CHANGELOG.md | 2 ++ bin/main.ml | 2 +- dune-project | 2 +- mazeppa.opam | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9de5c1..00c93f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## unreleased +## 0.3.1 - 2024-09-23 + ### Added - The Mazeppa-to-C translator (with GNU11 extensions) via the new `translate` CLI command (issue https://github.com/mazeppa-dev/mazeppa/issues/1). diff --git a/bin/main.ml b/bin/main.ml index a5eec59..a1b2c72 100644 --- a/bin/main.ml +++ b/bin/main.ml @@ -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.0" +let version = "0.3.1" let tab = " " diff --git a/dune-project b/dune-project index 3385a84..7c13ed6 100644 --- a/dune-project +++ b/dune-project @@ -4,7 +4,7 @@ (name mazeppa) -(version 0.3.0) +(version 0.3.1) (generate_opam_files true) diff --git a/mazeppa.opam b/mazeppa.opam index 5912f68..bb74033 100644 --- a/mazeppa.opam +++ b/mazeppa.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "0.3.0" +version: "0.3.1" synopsis: "A modern supercompiler for call-by-value functional languages" maintainer: ["Tima Kinsart"] authors: ["Tima Kinsart"]