From 7f43d36d484493172dccc43bdea9ecfa0f1fb361 Mon Sep 17 00:00:00 2001 From: Martin Date: Wed, 15 Feb 2023 21:31:56 +0300 Subject: [PATCH] Bump to v0.3.8 --- CHANGELOG.md | 10 ++++++++++ docs/change-log.md | 10 ++++++++++ pyproject.toml | 2 +- 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53a0e97..d840aa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.3.8] - 2023-02-15 + +### Added + +- Expose the `Record` type on the root `funml` package + +### Changed + +### Fixed + ## [0.3.7] - 2023-02-15 ### Added diff --git a/docs/change-log.md b/docs/change-log.md index 102a768..f9c15a7 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.3.8] - 2023-02-15 + +### Added + +- Expose the `Record` type on the root `funml` package + +### Changed + +### Fixed + ## [0.3.7] - 2023-02-15 ### Added diff --git a/pyproject.toml b/pyproject.toml index f02db36..c543005 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "funml" -version = "0.3.7" +version = "0.3.8" description = "A collection of utilities to help write python as though it were an ML-kind of functional language like OCaml" authors = ["Martin "] readme = "README.md"