Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Jan 24, 2024
1 parent 28f4a69 commit cbbf3ce
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,19 @@ Starting from v4.0.0, this project adheres to [Semantic Versioning](http://semve

# [unreleased]

# [v8.0.0rc1] 2024-01-24

## Fixed

- Fixed bug for acknowledged file transfer cancellation in the destination handler.

## Removed

- The `tmtccmd.util.countdown` and `tmtccmd.util.seqcnt` module were moved to the `spacepackets`
library.
- Most of the `tmtccmd.cfdp` module was moved to the
[`cfdp-py` library](https://github.com/us-irs/cfdp-py).

# [v8.0.0rc0] 2023-11-29

## Added
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ dependencies = [
[project.optional-dependencies]
gui = [
"PyQt6~=6.6",
# "PyQt5-stubs~=5.15",
]
test = [
"pyfakefs~=4.5",
Expand Down

0 comments on commit cbbf3ce

Please sign in to comment.