haskoin-core 1.2.1 → 1.2.2
raw patch · 2 files changed
+10/−4 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +6/−0
- haskoin-core.cabal +4/−4
CHANGELOG.md view
@@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.2.2] - 2025-05-08++### Changed++- Standardize author name and correct README link.+ ## [1.2.1] - 2025-05-08 ### Changed
haskoin-core.cabal view
@@ -1,17 +1,17 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.37.0.+-- This file has been generated from package.yaml by hpack version 0.38.0. -- -- see: https://github.com/sol/hpack name: haskoin-core-version: 1.2.1+version: 1.2.2 synopsis: Bitcoin & Bitcoin Cash library for Haskell-description: Please see the README on GitHub at <https://github.com/haskoin/haskoin-core#readme>+description: Please see the README on GitHub at <https://github.com/jprupp/haskoin-core#readme> category: Bitcoin, Finance, Network homepage: http://github.com/jprupp/haskoin-core#readme bug-reports: http://github.com/jprupp/haskoin-core/issues-author: Jean-Pierre Rupp+author: JP Rupp maintainer: jprupp@protonmail.ch license: MIT license-file: LICENSE