Skip to content

Commit 2dffc81

Browse files
Version 0.3.1
1 parent 2a49fee commit 2dffc81

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "egg-smol-python"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

docs/changelog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22

33
## Unreleased
44

5+
## 0.3.1 (2023-05-02)
6+
57
- Fix bug calling methods on paramterized types (e.g. `Map[i64, i64].empty().insert(i64(0), i64(1))`)
68
- Fix bug for Unit type (egg name is `Unit` not `unit`)
79
- Use `@class_` decorator to force subclassing `BaseExpr`
810
- Workaround extracting definitions until [upstream is fixed](https://github.com/mwillsey/egg-smol/pull/140)
911
- Rename `Map.map_remove` to `Map.remove`.
1012
- Add lambda calculus example
1113

12-
## 0.3.0 (2023-04.26)
14+
## 0.3.0 (2023-04-26)
1315

1416
- [Upgrade `egg-smol` from `08a6e8fecdb77e6ba72a1b1d9ff4aff33229912c` to `6f2633a5fa379487fb389b80fc1225866f8b8c1a`.](https://github.com/metadsl/egg-smol-python/pull/14)
1517

0 commit comments

Comments
 (0)