diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bdd59b..33f1f03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.5.1 + +This is a hotfix release to restore the flexibility of the collect functions that was accidentally +dropped in the previous version. + +- Make collect functions generic over the value type. + ## 0.5.0 This is the largest release since the initial one, adding, removing, or otherwise changing countless diff --git a/dartdoc_options.yaml b/dartdoc_options.yaml index 2b9ded3..9356cd5 100644 --- a/dartdoc_options.yaml +++ b/dartdoc_options.yaml @@ -2,4 +2,4 @@ dartdoc: favicon: doc/favicon.ico linkToSource: root: . - uriTemplate: https://github.com/skreborn/rustic/blob/v0.5.0/%f%#L%l% + uriTemplate: https://github.com/skreborn/rustic/blob/v0.5.1/%f%#L%l% diff --git a/pubspec.yaml b/pubspec.yaml index d4b07e8..5f991de 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: rustic description: Various constructs inspired by the Rust programming language. -version: 0.5.0 +version: 0.5.1 repository: https://github.com/skreborn/rustic environment: