Skip to content

Commit d0478af

Browse files
committed
[Gradle Release Plugin] - pre tag commit: 'v0.2.0'.
1 parent e58e147 commit d0478af

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Command Framework
66
[![License][License Badge]][License File]
77
[![Discord][Discord Badge]][Discord Invite]
88

9+
![Branch Coverage Badge]
10+
![Mutant Coverage Badge]
11+
912
[![Supported Java Versions][Supported Java Versions Badge]](#)
1013

1114
[![Supported Message Frameworks][Supported Message Frameworks Badge]](#supported-message-frameworks)
@@ -72,7 +75,7 @@ Setup
7275

7376
```gradle
7477
repositories { mavenCentral() }
75-
dependencies { implementation 'net.kautler:command-framework:0.1.0' }
78+
dependencies { implementation 'net.kautler:command-framework:0.2.0' }
7679
```
7780

7881
### Maven
@@ -81,7 +84,7 @@ dependencies { implementation 'net.kautler:command-framework:0.1.0' }
8184
<dependency>
8285
<groupId>net.kautler</groupId>
8386
<artifactId>command-framework</artifactId>
84-
<version>0.1.0</version>
87+
<version>0.2.0</version>
8588
</dependency>
8689
```
8790

@@ -157,8 +160,8 @@ call the methods on the command implementation.
157160

158161
By overwriting the `Command#getAliases()` method or applying one or multiple [`@Alias`][@Alias JavaDoc] annotations the
159162
aliases to which the command reacts can be configured. If at least one alias is configured, only the explicitly
160-
configured ones are available. If no alias is configured, the class name, stripped by `Command` or `Cmd` suffix
161-
and the first letter lowercased is used as default.
163+
configured ones are available. If no alias is configured, the class name, stripped by `Command` or `Cmd`
164+
suffix and / or prefix and the first letter lowercased is used as default.
162165

163166
#### Asynchronous Command Execution
164167

@@ -460,6 +463,10 @@ limitations under the License.
460463
https://github.com/Vampire/command-framework/blob/master/LICENSE
461464
[Discord Badge]:
462465
https://shields.javacord.org/discord/534420861294346255.svg?label=Discord
466+
[Branch Coverage Badge]:
467+
https://shields.javacord.org/badge/Branch%20Coverage-100%25-brightgreen.svg?style=flat
468+
[Mutant Coverage Badge]:
469+
https://shields.javacord.org/badge/PIT%20Mutant%20Coverage-100%25-brightgreen.svg?style=flat
463470
[Supported Java Versions Badge]:
464471
https://shields.javacord.org/badge/Supported%20Java%20Versions-Java8+-lightgrey.svg
465472
[Supported Message Frameworks Badge]:

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ org.gradle.caching = true
1616

1717
group = net.kautler
1818
description = A generic CDI-based command framework
19-
version = 0.2.0-SNAPSHOT
19+
version = 0.2.0
2020

2121
systemProp.org.codenarc.enhancedMode = true

readme/README.md.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
068837c8ff23528284ce386847b33673fb17a55d37c8331745625ea9d4390d39
1+
c4fa80ecdad0515a00cf9379dba8fb2ac35febc2935dcc40835d759af8c8b9b8

0 commit comments

Comments
 (0)