Version & README
parent
48e7d405dd
commit
f3d02721ad
|
@ -88,14 +88,12 @@ The lines in a file look exactly the same as regular entries in the prompt, but
|
|||
|
||||
|
||||
## Todo (pre-release, in this order):
|
||||
- Prevent macro-chaining recursion
|
||||
- Update screenshot
|
||||
- Update documentation
|
||||
- Write "how it works"
|
||||
- PyPi package
|
||||
|
||||
|
||||
## Todo:
|
||||
- Prevent macro-chaining recursion
|
||||
- Cleanup warnings
|
||||
- Truncate long expressions in warnings
|
||||
- History indexing
|
||||
|
|
|
@ -14,7 +14,7 @@ description = "A lambda calculus engine"
|
|||
#
|
||||
# Patch release:
|
||||
# Small, compatible fixes.
|
||||
version = "0.1.3"
|
||||
version = "1.1.4"
|
||||
|
||||
dependencies = [
|
||||
"prompt-toolkit==3.0.31",
|
||||
|
|
Reference in New Issue