diff --git a/CHANGELOG.md b/CHANGELOG.md index 82cc8ab..7e18857 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.3.5] - 2023-02-13 + +### Added + +### Changed + +- Remove typings of `Expression`, `Pipeline` and `Operation`. + +### Fixed + ## [0.3.4] - 2023-02-10 ### Added diff --git a/docs/change-log.md b/docs/change-log.md index 2889eee..1a28c37 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.5] - 2023-02-13 + +### Added + +### Changed + +- Remove typings of `Expression`, `Pipeline` and `Operation`. + +### Fixed + ## [0.3.4] - 2023-02-10 ### Added diff --git a/pyproject.toml b/pyproject.toml index cd66ea9..327b1c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "funml" -version = "0.3.4" +version = "0.3.5" 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"