CombineExt 1.6.1
This release is identical to 1.6.0 with the critical fix introduced in #128.
1.6.0 used an overload of map(to:)
which the Swift compiler confuses with the closure-based map(_:)
operator.
This version renames it to mapToValue(_:)
.