Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Callan Gray <cal.j.gray@gmail.com>
  • Loading branch information
calgray committed Jan 1, 2025
1 parent 2b1ea1d commit 728a498
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Version History

## 0.2.0

### Added<!--0.2.0-->

* Added support for python 3.13 with free threading.
* Added support for python 3.9 with nogil.
* Added support for providing explicit background executor to decorators.
* Added call and iterate benchmarks.

### Changed<!--0.2.0->

* Changed `call`, `iterate` and `generate` to higher-order-function decorators.

## 0.1.1

### Added<!--0.1.1-->

* Added `call`, `iterate` and `generate` functions.
* Added call benchmarks.

0 comments on commit 728a498

Please sign in to comment.