Skip to content

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Monkopedia committed Sep 4, 2022
1 parent ff7cbc9 commit f0694af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ as depending on the runtime library.
plugins {
`java`
...
id("com.monkopedia.ksrpc.plugin") version "0.5.2"
id("com.monkopedia.ksrpc.plugin") version "0.6.0"
}

dependencies {
...
implementation("com.monkopedia:ksrpc:0.5.2")
implementation("com.monkopedia:ksrpc:0.6.0")
}
```

Expand Down Expand Up @@ -462,11 +462,9 @@ For further information, see the API docs, which are hosted on [monkopedia.githu

Unranked list of things I know I want to implement:

- Socket native methods that call into common code ByteReadChannel/ByteWriteChannel implementations
- Stdin/out native methods that use the above implementation
- jsonrpc native support (much like above)
- Additional annotations and parsing in compiler plugin to have support for things like notifications not just requests
- Finish testing [TrackingService](ksrpc/src/commonMain/kotlin/TrackingService.kt) and publish it as API
- Add tests to ensure no leaks around sub-service usage and cleanup
- Better native handling of threading
- Support building mac/windows binaries in github release workflow
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=0.5.5
plugin_version=0.5.5
version=0.6.0
plugin_version=0.6.0
signing.gnupg.keyName=5B83421E2338B907
org.gradle.jvmargs=-Xmx4096m

0 comments on commit f0694af

Please sign in to comment.