clash-protocols 0.1 → 0.1.1
raw patch · 2 files changed
+6/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- clash-protocols.cabal +2/−2
CHANGELOG.md view
@@ -3,3 +3,7 @@ ## 0.1 -- 28-04-2026 * First release++## 0.1.1 -- 29-04-2026++* Fix link in package description
clash-protocols.cabal view
@@ -3,7 +3,7 @@ synopsis: a battery-included library for (dataflow) protocols homepage: https://github.com/clash-lang/clash-protocols bug-reports: https://github.com/clash-lang/clash-protocols/issues-version: 0.1+version: 0.1.1 category: Hardware license: BSD-2-Clause license-file: LICENSE@@ -14,7 +14,7 @@ description: Suggested reading order: .- * 'Protocols' + https://github.com/clash-lang/clash-protocols/v0.1/main/README.md+ * 'Protocols' + https://github.com/clash-lang/clash-protocols/blob/v0.1.1/README.md * 'Protocols.Df' * 'Protocols.Plugin'