## v0.2.0 ### Breaking changes - Changed the module path from `deepseek` to `git.scuroneko.dev/scuroneko/go-deepseek`. - Replaced the `Client.ReadStream` and `Client.ReadStreamAsString` methods with package-level `ReadStream` and `ReadStreamAsString` functions. - Removed the unused `CloseEvent` protocol type. ### Added - Added `Client.DeleteChat` and `Client.DeleteChatWithContext` for deleting chat sessions. ### Fixed - Updated the PoW package import to use the canonical module path. - Propagated API business errors from chat deletion and ensured response bodies are closed. - Stopped logging raw values from unsupported SSE patches and operations. ### Documentation - Updated the package documentation and quick-start example for the `deepseek` package and the canonical import path. ## v0.1.0 - Initial release.