From d448293bf7c8ecc84200a93a0e7f9df8b98025f2 Mon Sep 17 00:00:00 2001 From: Martin Date: Mon, 20 Mar 2023 16:12:55 +0300 Subject: [PATCH] Bump to v0.3.18 --- 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 a7efaac..d22e342 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.3.18] - 2023-03-20 + +### Added + +- Add ability to construct IList from generator + +### Changed + +### Fixed + ## [0.3.17] - 2023-03-17 ### Added diff --git a/docs/change-log.md b/docs/change-log.md index cc093f0..16f7f2d 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.18] - 2023-03-20 + +### Added + +- Add ability to construct IList from generator + +### Changed + +### Fixed + ## [0.3.17] - 2023-03-17 ### Added diff --git a/pyproject.toml b/pyproject.toml index 6a9b606..9cddc9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "funml" -version = "0.3.17" +version = "0.3.18" 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"