Skip to content

Commit

Permalink
Prepare for release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MiSikora committed Nov 11, 2020
1 parent 757acdc commit c3eb7b4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {
}
dependencies {
implementation "io.mehow.ruler:ruler-android:0.5.3"
implementation "io.mehow.ruler:ruler-android:0.6.0"
}
```

Expand Down
5 changes: 4 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.0] - 2020-11-11

### Added
- `meterRatio` property to `LengthUnit` interface.
- `contains` function to to `LengthUnit` interface. This allows to use `in` sugar syntax.
Expand Down Expand Up @@ -98,7 +100,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release.

[Unreleased]: https://github.com/MiSikora/Ruler/compare/0.5.3...HEAD
[Unreleased]: https://github.com/MiSikora/Ruler/compare/0.6.0...HEAD
[0.6.0]: https://github.com/MiSikora/Ruler/releases/tag/0.6.0
[0.5.3]: https://github.com/MiSikora/Ruler/releases/tag/0.5.3
[0.5.2]: https://github.com/MiSikora/Ruler/releases/tag/0.5.2
[0.5.1]: https://github.com/MiSikora/Ruler/releases/tag/0.5.1
Expand Down
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,16 @@ repositories {
}
dependencies {
implementation "io.mehow.ruler:ruler:0.5.3"
implementation "io.mehow.ruler:ruler:0.6.0"
}
```

Snapshots of the development version are available on [Sonatype's snapshots repository](https://oss.sonatype.org/content/repositories/snapshots/io/mehow/ruler/).

Here is the list of all available artifacts that Laboratory library provides.

- **`io.mehow.ruler:ruler:0.5.3`**: Core of the library. Defines classes and interfaces that represent distances.
- **`io.mehow.ruler:ruler-android:0.5.3`**: Provides distance formatters for Android platform that can present them to a user in a meaningful way.
- **`io.mehow.ruler:ruler:0.6.0`**: Core of the library. Defines classes and interfaces that represent distances.
- **`io.mehow.ruler:ruler-android:0.6.0`**: Provides distance formatters for Android platform that can present them to a user in a meaningful way.

## Attribution

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=io.mehow.ruler
VERSION_NAME=0.5.3-SNAPSHOT
VERSION_NAME=0.6.0

POM_DESCRIPTION=Library for distance measurments.

Expand Down

0 comments on commit c3eb7b4

Please sign in to comment.