File tree 3 files changed +12
-8
lines changed
3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## [ Unreleased]
3
+ ## [ Unreleased] - TBD
4
+
5
+ ## [ 0.0.2] - Dec 4, 2023
4
6
5
7
### Added
6
8
14
16
- ` androidNativeX86 `
15
17
- ` androidNativeX64 `
16
18
17
- ## [ 0.0.1] - Feb 11 , 2023 🎉
19
+ ## [ 0.0.1] - Dec 3 , 2023 🎉
18
20
19
21
- Initial release 🎉
20
22
- Kotlin ` 1.9.21 ` .
21
23
- KotlinX Coroutines ` 1.7.3 ` .
22
24
- Gradle ` 8.5 ` .
23
25
24
- [ Unreleased ] : https://github.com./hoc081098/kotlin-channel-event-bus/compare/0.0.1...HEAD
26
+ [ Unreleased ] : https://github.com./hoc081098/kotlin-channel-event-bus/compare/0.0.2...HEAD
27
+
28
+ [ 0.0.2 ] : https://github.com./hoc081098/kotlin-channel-event-bus/releases/tag/0.0.2
25
29
26
30
[ 0.0.1 ] : https://github.com./hoc081098/kotlin-channel-event-bus/releases/tag/0.0.1
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ allprojects {
66
66
```
67
67
68
68
``` kotlin
69
- implementation(" io.github.hoc081098:channel-event-bus:0.0.1 " )
69
+ implementation(" io.github.hoc081098:channel-event-bus:0.0.2 " )
70
70
```
71
71
72
72
### Snapshot
@@ -85,7 +85,7 @@ allprojects {
85
85
}
86
86
87
87
dependencies {
88
- implementation(" io.github.hoc081098:channel-event-bus:0.0.2 -SNAPSHOT" )
88
+ implementation(" io.github.hoc081098:channel-event-bus:0.0.3 -SNAPSHOT" )
89
89
}
90
90
```
91
91
@@ -100,7 +100,7 @@ allprojects {
100
100
}
101
101
102
102
dependencies {
103
- implementation 'io.github.hoc081098:channel-event-bus:0.0.2 -SNAPSHOT'
103
+ implementation 'io.github.hoc081098:channel-event-bus:0.0.3 -SNAPSHOT'
104
104
}
105
105
```
106
106
@@ -192,7 +192,7 @@ https://github.com./hoc081098/kotlin-channel-event-bus/assets/36917223/80015232-d
192
192
[ badge-js ] : http://img.shields.io/badge/-js-F8DB5D.svg?style=flat
193
193
[ badge-js-ir ] : https://img.shields.io/badge/support-[IR]-AAC4E0.svg?style=flat
194
194
[ badge-nodejs ] : https://img.shields.io/badge/-nodejs-68a063.svg?style=flat
195
- [ badge-linux] : http://img.shields.io/badge/-linux-2D3F6C.svg?style=flat
195
+ [ badge-linux ] : http://img.shields.io/badge/-linux-2D3F6C.svg?style=flat
196
196
[ badge-windows ] : http://img.shields.io/badge/-windows-4D76CD.svg?style=flat
197
197
[ badge-wasm ] : https://img.shields.io/badge/-wasm-624FE8.svg?style=flat
198
198
[ badge-apple-silicon ] : http://img.shields.io/badge/support-[AppleSilicon]-43BBFF.svg?style=flat
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ kotlin.incremental=true
25
25
# POM
26
26
GROUP =io.github.hoc081098
27
27
# HEY! If you change the major version here be sure to update publish-release.yaml doc target folder!
28
- VERSION_NAME =0.0.2-SNAPSHOT
28
+ VERSION_NAME =0.0.2
29
29
POM_INCEPTION_YEAR =2023
30
30
31
31
POM_URL =https://github.com./hoc081098/kotlin-channel-event-bus
You can’t perform that action at this time.
0 commit comments