Skip to content

Commit

Permalink
release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreMarchand20 committed Dec 25, 2023
1 parent 2cfbe1e commit 7f1d01b
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<!--USE THIS TEMPLATE TO COMPLETE THE CHANGELOG-->
<!--
## [Version number] - YYYY-MM-DD
### Added
-
### Changed
-
### Deprecated
-
### Removed
-
### Fixed
-
### Security
-
-->

# Changelog

All notable changes to this project will be documented in this file.

## 0.2.0 - 2023-12-25

### Added

- Add tests in CI with pytest, mypy and ruff in PR #13.
- Add `delaybeforesend` argument due to pexpect in PR #12 thanks to @punchagan.

### Changed

- List of `Instructions` are now built by an external function (from `parse.py` for example) and given to `Script` as an argument. This, `Script` is completely independent of implementations of `Instructions`.

### Fixed

- Fix typo in PR #10 thanks to @punchagan.
- Fix when using asciinema argument `--append` in PR #11 thanks to @punchagan.

## 0.1.3 - 2023-06-10

0 comments on commit 7f1d01b

Please sign in to comment.