Browse Source

0.9.0

tags/v0.9.0
Chris Smith 5 years ago
parent
commit
962eb9a631
2 changed files with 3 additions and 1 deletions
  1. 2
    0
      CHANGELOG
  2. 1
    1
      build.gradle.kts

+ 2
- 0
CHANGELOG View File

1
 vNEXT (in development)
1
 vNEXT (in development)
2
 
2
 
3
+v0.9.0
4
+
3
  * Improve DSL for creating an IrcClient to allow parameters to be passed to server and profile
5
  * Improve DSL for creating an IrcClient to allow parameters to be passed to server and profile
4
    e.g. IrcClient { server("irc.example.com", 6667) }
6
    e.g. IrcClient { server("irc.example.com", 6667) }
5
  * Add behaviour options
7
  * Add behaviour options

+ 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.8.0"
3
+version = "0.9.0"
4
 group = "com.dmdirc.ktirc"
4
 group = "com.dmdirc.ktirc"
5
 
5
 
6
 plugins {
6
 plugins {

Loading…
Cancel
Save