Skip to content

Commit e05eefc

Browse files
committed
Release 0.2.2
1 parent ab87c69 commit e05eefc

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## `v0.2.2` – 2024-06-14
2+
3+
Added:
4+
5+
- Isometric example (#130)
6+
- Associative reduce (#129)
7+
- Subdiagram (#116)
8+
- Property-based testing (#111)
9+
10+
Changed:
11+
12+
- Rewrite of core (#132)
13+
- Bug fixes and typos (#110, #127, #128)
14+
115
## `v0.2.1` — 2022-09-07
216

317
Added:

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
setup(
2525
name=LIBNAME,
26-
version="0.2.1",
26+
version="0.2.2",
2727
packages=find_packages(
2828
include=["chalk", "chalk*"],
2929
exclude=["examples", "docs", "test*"],

0 commit comments

Comments
 (0)