Skip to content

Commit

Permalink
Release Hotfix 3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMcCloud committed Sep 21, 2024
1 parent ecea323 commit 7f7bd78
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Changelog

## 4.0

### NEXT

## 3.0

### 3.8.1 (Supreme 0.3.1)
* Hotfix for [KT-71650](https://youtrack.jetbrains.com/issue/KT-71650/Invalid-Objective-C-Header-in-XCFramework)
* Disables export of `Asn1Element.Tag` class to ObjC. Signum remains usable for KMP projects,
the Tag class just cannot be directly accessed from Swift and ObjC any more.

### 3.8.0 (Supreme 0.3.0) Breaking Changes Ahead!
* Completely revamped ASN.1 Tag Handling
* Properly handle multi-byte tags
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ kotlin.code.style=official
kotlin.js.compiler=ir
org.gradle.jvmargs=-Xmx4g -Dfile.encoding=UTF-8

artifactVersion=4.0.0-SNAPSHOT
supremeVersion=0.4.0-SNAPSHOT
artifactVersion=3.8.1
supremeVersion=0.3.1

# This is not a well-defined property, the ASP convention plugin respects it, though
jdk.version=17
Expand Down

0 comments on commit 7f7bd78

Please sign in to comment.