Skip to content

Commit

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

## [Unreleased]

## [0.3.4] - 2023-02-10

### Added

### Changed

- Changed typings of `Expression`, `Pipeline` and `Operation` to be subscriptable like `Callable` is.

### Fixed

## [0.3.3] - 2023-02-09

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

## [Unreleased]

## [0.3.4] - 2023-02-10

### Added

### Changed

- Changed typings of `Expression`, `Pipeline` and `Operation` to be subscriptable like `Callable` is.

### Fixed

## [0.3.3] - 2023-02-09

### 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.3"
version = "0.3.4"
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 dda9524

Please sign in to comment.