Skip to content

Commit

Permalink
Prepare for release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MiSikora committed May 4, 2021
1 parent 19e24be commit 45d588b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 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:2.0.0"
implementation "io.mehow.ruler:ruler:2.0.1"
}
```

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]

## [2.0.1] - 2021-05-04

### Changed
- Upgrade to Kotlin `1.5.0`.

Expand Down Expand Up @@ -172,7 +174,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release.

[Unreleased]: https://github.com/MiSikora/ruler/compare/2.0.0...HEAD
[Unreleased]: https://github.com/MiSikora/ruler/compare/2.0.1...HEAD
[2.0.1]: https://github.com/MiSikora/ruler/releases/tag/2.0.1
[2.0.0]: https://github.com/MiSikora/ruler/releases/tag/2.0.0
[1.0.0]: https://github.com/MiSikora/ruler/releases/tag/1.0.0
[0.6.0]: https://github.com/MiSikora/ruler/releases/tag/0.6.0
Expand Down
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,17 @@ repositories {
}
dependencies {
implementation "io.mehow.ruler:ruler:2.0.0"
implementation "io.mehow.ruler:ruler:2.0.1"
}
```

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 Ruler library provides.

- **`io.mehow.ruler:ruler:2.0.0`**: Core of the library. Defines classes and interfaces that represent distances and gives capabilities to format the for a user in a human-readable way.
- **`io.mehow.ruler:ruler-android:2.0.0`**: Provides formatting behaviour that can be installed at runtime in the core library.
- **`io.mehow.ruler:ruler-android-startup:2.0.0`**: Uses [Jetpack Startup](https://developer.android.com/topic/libraries/app-startup) library to initialize Ruler with Android context formatting.
- **`io.mehow.ruler:ruler:2.0.1`**: Core of the library. Defines classes and interfaces that represent distances and gives capabilities to format the for a user in a human-readable way.
- **`io.mehow.ruler:ruler-android:2.0.1`**: Provides formatting behaviour that can be installed at runtime in the core library.
- **`io.mehow.ruler:ruler-android-startup:2.0.1`**: Uses [Jetpack Startup](https://developer.android.com/topic/libraries/app-startup) library to initialize Ruler with Android context formatting.

## 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=2.0.1-SNAPSHOT
VERSION_NAME=2.0.1

POM_DESCRIPTION=Library for distance measurments.

Expand Down

0 comments on commit 45d588b

Please sign in to comment.