-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2cfbe1e
commit 7f1d01b
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |