Skip to content

Commit

Permalink
Bump to version v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinitto committed Feb 8, 2023
1 parent 2bb8126 commit 4b37506
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.3.2] - 2023-02-08

### Added

### Changed

- Signature of `__rshift__` for `Pipeline` and `Expression` returns either a `Pipeline` or `Any` result of executing the
pipeline.

### Fixed

## [0.3.1] - 2023-02-07

### Added
Expand Down
12 changes: 12 additions & 0 deletions docs/change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]


## [0.3.2] - 2023-02-08

### Added

### Changed

- Signature of `__rshift__` for `Pipeline` and `Expression` returns either a `Pipeline` or `Any` result of executing the
pipeline.

### Fixed

## [0.3.1] - 2023-02-07

### Added
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "funml"
version = "0.3.1"
version = "0.3.2"
description = "A collection of utilities to help write python as though it were an ML-kind of functional language like OCaml"
authors = ["Martin <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 4b37506

Please sign in to comment.