Skip to content

Releases: radarsh/raroscope

1.0.2

04 Aug 11:26
Compare
Choose a tag to compare

Fixed a problem with the previous release that caused the wrong artifact ID to be published.

Gradle

compile 'com.adarshr:raroscope:1.0.2'

Maven

<dependency>
    <groupId>com.adarshr</groupId>
    <artifactId>raroscope</artifactId>
    <version>1.0.2</version>
</dependency>

1.0.1

03 Aug 21:56
Compare
Choose a tag to compare

Resolved the following issues

  • #7 to set up continuous integration
  • #2 and #5 to add additional constructor thanks to @nemoo2580

Gradle

compile 'com.adarshr:raroscope:1.0.1'

Maven

<dependency>
    <groupId>com.adarshr</groupId>
    <artifactId>raroscope</artifactId>
    <version>1.0.1</version>
</dependency>

1.0.0

11 Jul 11:14
Compare
Choose a tag to compare

Although there are no functional changes in this release, this is the first time the library has made it into Maven Central and Bintray. Go ahead, use it.

Gradle

compile 'com.adarshr:raroscope:1.0.0'

Maven

<dependency>
    <groupId>com.adarshr</groupId>
    <artifactId>raroscope</artifactId>
    <version>1.0.0</version>
</dependency>