Skip to content

Commit

Permalink
Bump to v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinitto committed Feb 15, 2023
1 parent ec07ca1 commit 5d58972
Show file tree
Hide file tree
Showing 3 changed files with 23 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.6] - 2023-02-15

### Added

### Changed

- Records can have fields with subscripted builtin types like `list[str]` thanks to `from __future__ import annotations`.
- Records can define default values

### Fixed

## [0.3.5] - 2023-02-13

### Added
Expand Down
11 changes: 11 additions & 0 deletions docs/change-log.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.6] - 2023-02-15

### Added

### Changed

- Records can have fields with subscripted builtin types like `list[str]` thanks to `from __future__ import annotations`.
- Records can define default values

### Fixed

## [0.3.5] - 2023-02-13

### 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.5"
version = "0.3.6"
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 5d58972

Please sign in to comment.