Explorar el Código

0.10.0

tags/v0.10.0
Chris Smith hace 5 años
padre
commit
04b4a7d005
Se han modificado 2 ficheros con 3 adiciones y 1 borrados
  1. 2
    0
      CHANGELOG
  2. 1
    1
      build.gradle.kts

+ 2
- 0
CHANGELOG Ver fichero

@@ -1,5 +1,7 @@
1 1
 vNEXT (in development)
2 2
 
3
+v0.10.0
4
+
3 5
  * Batch start and end events are no longer included in BatchReceived events
4 6
  * Batches now expose complete metadata from their start event
5 7
  * Added support for labelled-replies capability and label message tags

+ 1
- 1
build.gradle.kts Ver fichero

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

Loading…
Cancelar
Guardar