Skip to content

Commit

Permalink
Release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danoneata committed Jun 14, 2024
1 parent ab87c69 commit e05eefc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## `v0.2.2` – 2024-06-14

Added:

- Isometric example (#130)
- Associative reduce (#129)
- Subdiagram (#116)
- Property-based testing (#111)

Changed:

- Rewrite of core (#132)
- Bug fixes and typos (#110, #127, #128)

## `v0.2.1` — 2022-09-07

Added:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

setup(
name=LIBNAME,
version="0.2.1",
version="0.2.2",
packages=find_packages(
include=["chalk", "chalk*"],
exclude=["examples", "docs", "test*"],
Expand Down

0 comments on commit e05eefc

Please sign in to comment.