Skip to content

Commit

Permalink
Prepare for release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MiSikora committed Dec 27, 2020
1 parent 75cd31e commit 678fd01
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.6.0"
implementation "io.mehow.ruler:ruler-android:1.0.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]

## [1.0.0] - 2020-12-28

### Added
- `AutoLengthFormatter` class. Use it to format lengths using resources defined in the library based on a unit.
- `FlooredLengthFormatter` class. Use it to floor a length unit quantities and format them using resources defined in the library.
Expand Down Expand Up @@ -138,7 +140,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.6.0...HEAD
[Unreleased]: https://github.com/MiSikora/ruler/compare/1.0.0...HEAD
[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
[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
Expand Down
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,16 @@ repositories {
}
dependencies {
implementation "io.mehow.ruler:ruler:0.6.0"
implementation "io.mehow.ruler:ruler:1.0.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 Ruler library provides.

- **`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.
- **`io.mehow.ruler:ruler:1.0.0`**: Core of the library. Defines classes and interfaces that represent distances.
- **`io.mehow.ruler:ruler-android:1.0.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.6.1-SNAPSHOT
VERSION_NAME=1.0.0

POM_DESCRIPTION=Library for distance measurments.

Expand Down

0 comments on commit 678fd01

Please sign in to comment.