[Gradle Release Plugin] - new version commit: '1.0.1-SNAPSHOT'.
This commit is contained in:
parent
3a71508531
commit
474fd0b903
@ -27,8 +27,8 @@ Improvements on the existing solutions include:
|
||||
- Lax constraints on `value`/`error` nullability
|
||||
- Lax constraints on the `error` type's inheritance (does not inherit from
|
||||
`Exception`)
|
||||
- Top level `Ok` and `Error` classes avoids qualifying usages with
|
||||
`Result.Ok`/`Result.Error` respectively
|
||||
- Top level `Ok` and `Err` classes avoids qualifying usages with
|
||||
`Result.Ok`/`Result.Err` respectively
|
||||
- Higher-order functions marked with the `inline` keyword for reduced runtime
|
||||
overhead
|
||||
- Extension functions on `Iterable` & `List` for folding, combining, partitioning
|
||||
|
@ -1,5 +1,5 @@
|
||||
group=com.github.michaelbull.kotlin-result
|
||||
version=1.0.0
|
||||
version=1.0.1-SNAPSHOT
|
||||
|
||||
dokkaVersion=0.9.15
|
||||
gradleReleaseVersion=2.6.0
|
||||
|
Loading…
Reference in New Issue
Block a user