Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nodh committed Jun 16, 2021
1 parent f65e45c commit 2b0aee8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,13 +252,16 @@ To publish this package to GitHub, create a personal access token (read <https:/
## Known Issues

There are several known issues with this library:
- The JVM target does not implement Schema validation
- Several test cases from `dgc-testdata` fail, e.g. when using special COSE tags

If you are planning to use this library, please fork it (internally), and review incoming changes. We can not guarantee non-breaking changes between releases.

## Changelog

Version 1.0.1:
- Validate schema on JVM
- Fix usage of this project as a library, e.g. on Android

Version 1.0.0:
- Convert to a Kotlin multiplatform project, therefore some details may have changed when calling from JVM
- Implements encoding and decoding data on JS and JVM targets
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "ehn.techiop.hcert"
version = "1.0.1-SNAPSHOT"
version = "1.0.1"
java.sourceCompatibility = JavaVersion.VERSION_1_8

idea {
Expand Down

0 comments on commit 2b0aee8

Please sign in to comment.