Skip to content

Commit dcac980

Browse files
committed
1.0.2 release
1 parent 9749d16 commit dcac980

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 1.0.2
2+
- Optimized internal build
3+
- Using Jetbrains annotations instead of checker-qual
4+
- Updated codebase formatting
5+
16
# 1.0.1
27
- Sonarcloud fixes
38

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
# Standard Paths
22
[![Build Status](https://travis-ci.com/sanyarnd/standardpaths.svg?branch=master)](https://travis-ci.com/sanyarnd/standardpaths)
3-
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=io.github.sanyarnd%3Astandard-paths&metric=coverage)](https://sonarcloud.io/dashboard?id=io.github.sanyarnd%3Astandard-paths)
3+
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=io.github.sanyarnd%3Astandard-paths&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=io.github.sanyarnd%3Astandard-paths)
44

55
Standard Paths is a small library which provides cross platform access to the common directories such as `AppData`, `Desktop` or `tmp`.
66

7+
Target JVM version is 8.
8+
79
# Features
810
* All major distributions: `Windows`, `Linux`, `MacOS` (not yet implemented)
911
* Ease of use
1012
* NIO-based
1113
* Lightweight (~10kb)
12-
* JDK8+ support
1314

1415
The package has [jna-platform](https://github.com/java-native-access/jna) as transitive dependency (~2.5mb).
1516

@@ -28,13 +29,13 @@ Maven:
2829
<dependency>
2930
<groupId>io.github.sanyarnd</groupId>
3031
<artifactId>standard-paths</artifactId>
31-
<version>1.0.1</version>
32+
<version>1.0.2</version>
3233
</dependency>
3334
```
3435

3536
Gradle:
3637
```gradle
37-
compile 'io.github.sanyarnd:standard-paths:1.0.1'
38+
compile 'io.github.sanyarnd:standard-paths:1.0.2'
3839
```
3940

4041
Standalone jars are available on [releases](https://github.com/sanyarnd/standardpaths/releases) page.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.sanyarnd</groupId>
88
<artifactId>standard-paths</artifactId>
9-
<version>1.0.2-SNAPSHOT</version>
9+
<version>1.0.2</version>
1010
<url>https://sanyarnd.github.io/standardpaths/</url>
1111
<packaging>jar</packaging>
1212

0 commit comments

Comments
 (0)