Skip to content

Commit

Permalink
Bump to v0.3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinitto committed Feb 27, 2023
1 parent 7fa1d1e commit 701a84c
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.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.15] - 2023-02-27

### Added

- Add __repr__ to data types of Record, Enum and IList

### Changed

### Fixed

- Fix incomplete json parsing of records due to nested typing.ForwardRefs in field annotations.

## [0.3.14] - 2023-02-27

### 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.15] - 2023-02-27

### Added

- Add __repr__ to data types of Record, Enum and IList

### Changed

### Fixed

- Fix incomplete json parsing of records due to nested typing.ForwardRefs in field annotations.

## [0.3.14] - 2023-02-27

### 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.14"
version = "0.3.15"
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 701a84c

Please sign in to comment.