Browse Source

0.7.0

tags/v0.7.0
Chris Smith 5 years ago
parent
commit
884e0bb247
2 changed files with 4 additions and 1 deletions
  1. 3
    0
      CHANGELOG
  2. 1
    1
      build.gradle.kts

+ 3
- 0
CHANGELOG View File

1
 vNEXT (in development)
1
 vNEXT (in development)
2
 
2
 
3
+
4
+v0.7.0
5
+
3
  * Fixed experimental API warnings when using IrcClient
6
  * Fixed experimental API warnings when using IrcClient
4
  * IrcClients are now constructed using a DSL
7
  * IrcClients are now constructed using a DSL
5
    * Users of the library no longer need to care about the implementing class
8
    * Users of the library no longer need to care about the implementing class

+ 1
- 1
build.gradle.kts View File

1
 import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
1
 import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2
 
2
 
3
-version = "0.6.0"
3
+version = "0.7.0"
4
 group = "com.dmdirc.ktirc"
4
 group = "com.dmdirc.ktirc"
5
 
5
 
6
 plugins {
6
 plugins {

Loading…
Cancel
Save