Skip to content

Commit 0d26c04

Browse files
Version 0.2.0 release
1 parent ccf3ef4 commit 0d26c04

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ Versions before `1.0.0` are `0Ver`-based:
55
incremental in minor, bugfixes only are patches.
66
See (0Ver)[https://0ver.org/].
77

8-
## Version 0.2.0 WIP
8+
## Version 0.2.0
9+
10+
### Features
11+
12+
* Add support for `_.attr` call
13+
* Add complex math expressions support
914

1015
### Misc
1116

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "lambdas"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Typed lambdas that are short and readable"
55
license = "BSD-2-Clause"
66

0 commit comments

Comments
 (0)