We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0.2.0
1 parent ccf3ef4 commit 0d26c04Copy full SHA for 0d26c04
CHANGELOG.md
@@ -5,7 +5,12 @@ Versions before `1.0.0` are `0Ver`-based:
5
incremental in minor, bugfixes only are patches.
6
See (0Ver)[https://0ver.org/].
7
8
-## Version 0.2.0 WIP
+## Version 0.2.0
9
+
10
+### Features
11
12
+* Add support for `_.attr` call
13
+* Add complex math expressions support
14
15
### Misc
16
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "lambdas"
3
-version = "0.1.0"
+version = "0.2.0"
4
description = "Typed lambdas that are short and readable"
license = "BSD-2-Clause"
0 commit comments