Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

- [Changelog](#changelog)
- [10.0.1](#1001)
- [10.0.0](#1000)
- [9.0.0](#900)
- [⚠ Breaking Changes](#-breaking-changes)
Expand Down Expand Up @@ -64,6 +65,15 @@

---

## 10.0.1

Released on 2026-07-13

### Fixed

- **parser:** accept mismatched terminal codes (#169)
> Accept non-standard multiline replies that finish with a different status code while preserving FEAT continuation handling.

## 10.0.0

Released on 2026-06-29
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["crates/suppaftp", "crates/suppaftp-cli"]
resolver = "3"

[workspace.package]
version = "10.0.0"
version = "10.0.1"
authors = ["Christian Visintin <christian.visintin@veeso.dev>"]
categories = ["asynchronous", "network-programming"]
edition = "2024"
Expand Down
Loading