Skip to content

Commit

Permalink
3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
null8626 committed Jun 18, 2024
1 parent 7cc9d98 commit ca5a544
Show file tree
Hide file tree
Showing 23 changed files with 73 additions and 73 deletions.
68 changes: 34 additions & 34 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ A library that removes common unicode confusables/homoglyphs from strings.
In your `Cargo.toml`:

```toml
decancer = "3.2.1"
decancer = "3.2.2"
```

<!---[ end, begin DECANCER_GLOBAL ]--->
Expand Down Expand Up @@ -78,7 +78,7 @@ In your code:

```html
<script type="module">
import init from 'https://cdn.jsdelivr.net/gh/null8626/decancer@v3.2.1/bindings/wasm/bin/decancer.min.js'
import init from 'https://cdn.jsdelivr.net/gh/null8626/decancer@v3.2.2/bindings/wasm/bin/decancer.min.js'
const decancer = await init()
</script>
Expand All @@ -99,7 +99,7 @@ repositories {
}
dependencies {
implementation 'io.github.null8626:decancer:3.2.1'
implementation 'io.github.null8626:decancer:3.2.2'
}
```

Expand All @@ -121,7 +121,7 @@ In your `pom.xml`:
<dependency>
<groupId>io.github.null8626</groupId>
<artifactId>decancer</artifactId>
<version>3.2.1</version>
<version>3.2.2</version>
</dependency>
</dependencies>
```
Expand Down Expand Up @@ -155,35 +155,35 @@ Tip: You can shrink the size of the resulting jar file by removing binaries in t

### Download

- [Header file](https://raw.githubusercontent.com/null8626/decancer/v3.2.1/bindings/native/decancer.h)
- [Download for ARM64 macOS (11.0+, Big Sur+)](https://github.com/null8626/decancer/releases/download/v3.2.1/decancer-aarch64-apple-darwin.zip)
- [Download for ARM64 iOS](https://github.com/null8626/decancer/releases/download/v3.2.1/decancer-aarch64-apple-ios.zip)
- [Download for Apple iOS Simulator on ARM6](https://github.com/null8626/decancer/releases/download/v3.2.1/decancer-aarch64-apple-ios-sim.zip)
- [Download for ARM64 Android](https://github.com/null8626/decancer/releases/download/v3.2.1/decancer-aarch64-linux-android.zip)
- [Download for ARM64 Windows MSVC](https://github.com/null8626/decancer/releases/download/v3.2.1/decancer-aarch64-pc-windows-msvc.zip)
- [Download for ARM64 Linux (kernel 4.1, glibc 2.17+)](https://github.com/null8626/decancer/releases/download/v3.2.1/decancer-aarch64-unknown-linux-gnu.zip)
- [Download for ARM64 Linux with MUSL](https://github.com/null8626/decancer/releases/download/v3.2.1/decancer-aarch64-unknown-linux-musl.zip)
- [Download for ARMv6 Linux (kernel 3.2, glibc 2.17)](https://github.com/null8626/decancer/releases/download/v3.2.1/decancer-arm-unknown-linux-gnueabi.zip)
- [Download for ARMv5TE Linux (kernel 4.4, glibc 2.23)](https://github.com/null8626/decancer/releases/download/v3.2.1/decancer-armv5te-unknown-linux-gnueabi.zip)
- [Download for ARMv7-A Android](https://github.com/null8626/decancer/releases/download/v3.2.1/decancer-armv7-linux-androideabi.zip)
- [Download for ARMv7-A Linux (kernel 4.15, glibc 2.27)](https://github.com/null8626/decancer/releases/download/v3.2.1/decancer-armv7-unknown-linux-gnueabi.zip)
- [Download for ARMv7-A Linux, hardfloat (kernel 3.2, glibc 2.17)](https://github.com/null8626/decancer/releases/download/v3.2.1/decancer-armv7-unknown-linux-gnueabihf.zip)
- [Download for 32-bit Linux w/o SSE (kernel 3.2, glibc 2.17)](https://github.com/null8626/decancer/releases/download/v3.2.1/decancer-i586-unknown-linux-gnu.zip)
- [Download for 32-bit MSVC (Windows 7+)](https://github.com/null8626/decancer/releases/download/v3.2.1/decancer-i686-pc-windows-msvc.zip)
- [Download for 32-bit FreeBSD](https://github.com/null8626/decancer/releases/download/v3.2.1/decancer-i686-unknown-freebsd.zip)
- [Download for 32-bit Linux (kernel 3.2+, glibc 2.17+)](https://github.com/null8626/decancer/releases/download/v3.2.1/decancer-i686-unknown-linux-gnu.zip)
- [Download for PPC64LE Linux (kernel 3.10, glibc 2.17)](https://github.com/null8626/decancer/releases/download/v3.2.1/decancer-powerpc64le-unknown-linux-gnu.zip)
- [Download for RISC-V Linux (kernel 4.20, glibc 2.29)](https://github.com/null8626/decancer/releases/download/v3.2.1/decancer-riscv64gc-unknown-linux-gnu.zip)
- [Download for S390x Linux (kernel 3.2, glibc 2.17)](https://github.com/null8626/decancer/releases/download/v3.2.1/decancer-s390x-unknown-linux-gnu.zip)
- [Download for SPARC Solaris 11, illumos](https://github.com/null8626/decancer/releases/download/v3.2.1/decancer-sparcv9-sun-solaris.zip)
- [Download for Thumb2-mode ARMv7-A Linux with NEON (kernel 4.4, glibc 2.23)](https://github.com/null8626/decancer/releases/download/v3.2.1/decancer-thumbv7neon-unknown-linux-gnueabihf.zip)
- [Download for 64-bit macOS (10.12+, Sierra+)](https://github.com/null8626/decancer/releases/download/v3.2.1/decancer-x86_64-apple-darwin.zip)
- [Download for 64-bit iOS](https://github.com/null8626/decancer/releases/download/v3.2.1/decancer-x86_64-apple-ios.zip)
- [Download for 64-bit MSVC (Windows 7+)](https://github.com/null8626/decancer/releases/download/v3.2.1/decancer-x86_64-pc-windows-msvc.zip)
- [Download for 64-bit FreeBSD](https://github.com/null8626/decancer/releases/download/v3.2.1/decancer-x86_64-unknown-freebsd.zip)
- [Download for 64-bit illumos](https://github.com/null8626/decancer/releases/download/v3.2.1/decancer-x86_64-unknown-illumos.zip)
- [Download for 64-bit Linux (kernel 3.2+, glibc 2.17+)](https://github.com/null8626/decancer/releases/download/v3.2.1/decancer-x86_64-unknown-linux-gnu.zip)
- [Download for 64-bit Linux with MUSL](https://github.com/null8626/decancer/releases/download/v3.2.1/decancer-x86_64-unknown-linux-musl.zip)
- [Header file](https://raw.githubusercontent.com/null8626/decancer/v3.2.2/bindings/native/decancer.h)
- [Download for ARM64 macOS (11.0+, Big Sur+)](https://github.com/null8626/decancer/releases/download/v3.2.2/decancer-aarch64-apple-darwin.zip)
- [Download for ARM64 iOS](https://github.com/null8626/decancer/releases/download/v3.2.2/decancer-aarch64-apple-ios.zip)
- [Download for Apple iOS Simulator on ARM6](https://github.com/null8626/decancer/releases/download/v3.2.2/decancer-aarch64-apple-ios-sim.zip)
- [Download for ARM64 Android](https://github.com/null8626/decancer/releases/download/v3.2.2/decancer-aarch64-linux-android.zip)
- [Download for ARM64 Windows MSVC](https://github.com/null8626/decancer/releases/download/v3.2.2/decancer-aarch64-pc-windows-msvc.zip)
- [Download for ARM64 Linux (kernel 4.1, glibc 2.17+)](https://github.com/null8626/decancer/releases/download/v3.2.2/decancer-aarch64-unknown-linux-gnu.zip)
- [Download for ARM64 Linux with MUSL](https://github.com/null8626/decancer/releases/download/v3.2.2/decancer-aarch64-unknown-linux-musl.zip)
- [Download for ARMv6 Linux (kernel 3.2, glibc 2.17)](https://github.com/null8626/decancer/releases/download/v3.2.2/decancer-arm-unknown-linux-gnueabi.zip)
- [Download for ARMv5TE Linux (kernel 4.4, glibc 2.23)](https://github.com/null8626/decancer/releases/download/v3.2.2/decancer-armv5te-unknown-linux-gnueabi.zip)
- [Download for ARMv7-A Android](https://github.com/null8626/decancer/releases/download/v3.2.2/decancer-armv7-linux-androideabi.zip)
- [Download for ARMv7-A Linux (kernel 4.15, glibc 2.27)](https://github.com/null8626/decancer/releases/download/v3.2.2/decancer-armv7-unknown-linux-gnueabi.zip)
- [Download for ARMv7-A Linux, hardfloat (kernel 3.2, glibc 2.17)](https://github.com/null8626/decancer/releases/download/v3.2.2/decancer-armv7-unknown-linux-gnueabihf.zip)
- [Download for 32-bit Linux w/o SSE (kernel 3.2, glibc 2.17)](https://github.com/null8626/decancer/releases/download/v3.2.2/decancer-i586-unknown-linux-gnu.zip)
- [Download for 32-bit MSVC (Windows 7+)](https://github.com/null8626/decancer/releases/download/v3.2.2/decancer-i686-pc-windows-msvc.zip)
- [Download for 32-bit FreeBSD](https://github.com/null8626/decancer/releases/download/v3.2.2/decancer-i686-unknown-freebsd.zip)
- [Download for 32-bit Linux (kernel 3.2+, glibc 2.17+)](https://github.com/null8626/decancer/releases/download/v3.2.2/decancer-i686-unknown-linux-gnu.zip)
- [Download for PPC64LE Linux (kernel 3.10, glibc 2.17)](https://github.com/null8626/decancer/releases/download/v3.2.2/decancer-powerpc64le-unknown-linux-gnu.zip)
- [Download for RISC-V Linux (kernel 4.20, glibc 2.29)](https://github.com/null8626/decancer/releases/download/v3.2.2/decancer-riscv64gc-unknown-linux-gnu.zip)
- [Download for S390x Linux (kernel 3.2, glibc 2.17)](https://github.com/null8626/decancer/releases/download/v3.2.2/decancer-s390x-unknown-linux-gnu.zip)
- [Download for SPARC Solaris 11, illumos](https://github.com/null8626/decancer/releases/download/v3.2.2/decancer-sparcv9-sun-solaris.zip)
- [Download for Thumb2-mode ARMv7-A Linux with NEON (kernel 4.4, glibc 2.23)](https://github.com/null8626/decancer/releases/download/v3.2.2/decancer-thumbv7neon-unknown-linux-gnueabihf.zip)
- [Download for 64-bit macOS (10.12+, Sierra+)](https://github.com/null8626/decancer/releases/download/v3.2.2/decancer-x86_64-apple-darwin.zip)
- [Download for 64-bit iOS](https://github.com/null8626/decancer/releases/download/v3.2.2/decancer-x86_64-apple-ios.zip)
- [Download for 64-bit MSVC (Windows 7+)](https://github.com/null8626/decancer/releases/download/v3.2.2/decancer-x86_64-pc-windows-msvc.zip)
- [Download for 64-bit FreeBSD](https://github.com/null8626/decancer/releases/download/v3.2.2/decancer-x86_64-unknown-freebsd.zip)
- [Download for 64-bit illumos](https://github.com/null8626/decancer/releases/download/v3.2.2/decancer-x86_64-unknown-illumos.zip)
- [Download for 64-bit Linux (kernel 3.2+, glibc 2.17+)](https://github.com/null8626/decancer/releases/download/v3.2.2/decancer-x86_64-unknown-linux-gnu.zip)
- [Download for 64-bit Linux with MUSL](https://github.com/null8626/decancer/releases/download/v3.2.2/decancer-x86_64-unknown-linux-musl.zip)

### Building from source

Expand Down Expand Up @@ -287,7 +287,7 @@ console.log(cured.toString())
<br />
<button id="cure" onclick="cure()">cure!</button>
<script type="module">
import init from 'https://cdn.jsdelivr.net/gh/null8626/decancer@v3.2.1/bindings/wasm/bin/decancer.min.js'
import init from 'https://cdn.jsdelivr.net/gh/null8626/decancer@v3.2.2/bindings/wasm/bin/decancer.min.js'
const decancer = await init()
Expand Down
8 changes: 4 additions & 4 deletions bindings/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'io.github.null8626'
version '3.2.1'
version '3.2.2'
description 'A tiny package that removes common unicode confusables/homoglyphs from strings.'

repositories {
Expand All @@ -15,7 +15,7 @@ repositories {

jar {
archiveBaseName = 'decancer'
archiveVersion = '3.2.1'
archiveVersion = '3.2.2'

from('./bin') {
include '*.dll'
Expand All @@ -29,7 +29,7 @@ publishing {
maven(MavenPublication) {
artifactId = 'decancer'
groupId = 'io.github.null8626'
version = '3.2.1'
version = '3.2.2'

from components.java

Expand All @@ -43,7 +43,7 @@ publishing {
license {
name = 'MIT License'
distribution = 'repo'
url = 'https://github.com/null8626/decancer/blob/v3.2.1/LICENSE'
url = 'https://github.com/null8626/decancer/blob/v3.2.2/LICENSE'
}
}

Expand Down
2 changes: 1 addition & 1 deletion bindings/native/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "decancer_native"
version = "3.2.1"
version = "3.2.2"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion bindings/native/decancer.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* @see DECANCER_VERSION_MINOR
* @see DECANCER_VERSION_PATCH
*/
#define DECANCER_VERSION 0x030201
#define DECANCER_VERSION 0x030202

/**
* @brief The current major version used by this library.
Expand Down
2 changes: 1 addition & 1 deletion bindings/node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "decancer_node"
version = "3.2.1"
version = "3.2.2"
edition = "2021"
publish = false

Expand Down
4 changes: 2 additions & 2 deletions bindings/node/npm/android-arm-eabi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vierofernando/decancer-android-arm-eabi",
"version": "3.2.1",
"version": "3.2.2",
"os": [
"android"
],
Expand Down Expand Up @@ -34,4 +34,4 @@
"https://github.com/sponsors/null8626",
"https://ko-fi.com/null8626"
]
}
}
4 changes: 2 additions & 2 deletions bindings/node/npm/android-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vierofernando/decancer-android-arm64",
"version": "3.2.1",
"version": "3.2.2",
"os": [
"android"
],
Expand Down Expand Up @@ -34,4 +34,4 @@
"https://github.com/sponsors/null8626",
"https://ko-fi.com/null8626"
]
}
}
4 changes: 2 additions & 2 deletions bindings/node/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vierofernando/decancer-darwin-arm64",
"version": "3.2.1",
"version": "3.2.2",
"os": [
"darwin"
],
Expand Down Expand Up @@ -34,4 +34,4 @@
"https://github.com/sponsors/null8626",
"https://ko-fi.com/null8626"
]
}
}
4 changes: 2 additions & 2 deletions bindings/node/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vierofernando/decancer-darwin-x64",
"version": "3.2.1",
"version": "3.2.2",
"os": [
"darwin"
],
Expand Down Expand Up @@ -34,4 +34,4 @@
"https://github.com/sponsors/null8626",
"https://ko-fi.com/null8626"
]
}
}
4 changes: 2 additions & 2 deletions bindings/node/npm/freebsd-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vierofernando/decancer-freebsd-x64",
"version": "3.2.1",
"version": "3.2.2",
"os": [
"freebsd"
],
Expand Down Expand Up @@ -34,4 +34,4 @@
"https://github.com/sponsors/null8626",
"https://ko-fi.com/null8626"
]
}
}
4 changes: 2 additions & 2 deletions bindings/node/npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vierofernando/decancer-linux-arm-gnueabihf",
"version": "3.2.1",
"version": "3.2.2",
"os": [
"linux"
],
Expand Down Expand Up @@ -34,4 +34,4 @@
"https://github.com/sponsors/null8626",
"https://ko-fi.com/null8626"
]
}
}
4 changes: 2 additions & 2 deletions bindings/node/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vierofernando/decancer-linux-arm64-gnu",
"version": "3.2.1",
"version": "3.2.2",
"os": [
"linux"
],
Expand Down Expand Up @@ -37,4 +37,4 @@
"https://github.com/sponsors/null8626",
"https://ko-fi.com/null8626"
]
}
}
4 changes: 2 additions & 2 deletions bindings/node/npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vierofernando/decancer-linux-arm64-musl",
"version": "3.2.1",
"version": "3.2.2",
"os": [
"linux"
],
Expand Down Expand Up @@ -37,4 +37,4 @@
"https://github.com/sponsors/null8626",
"https://ko-fi.com/null8626"
]
}
}
4 changes: 2 additions & 2 deletions bindings/node/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vierofernando/decancer-linux-x64-gnu",
"version": "3.2.1",
"version": "3.2.2",
"os": [
"linux"
],
Expand Down Expand Up @@ -37,4 +37,4 @@
"https://github.com/sponsors/null8626",
"https://ko-fi.com/null8626"
]
}
}
4 changes: 2 additions & 2 deletions bindings/node/npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vierofernando/decancer-linux-x64-musl",
"version": "3.2.1",
"version": "3.2.2",
"os": [
"linux"
],
Expand Down Expand Up @@ -37,4 +37,4 @@
"https://github.com/sponsors/null8626",
"https://ko-fi.com/null8626"
]
}
}
4 changes: 2 additions & 2 deletions bindings/node/npm/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vierofernando/decancer-win32-arm64-msvc",
"version": "3.2.1",
"version": "3.2.2",
"os": [
"win32"
],
Expand Down Expand Up @@ -34,4 +34,4 @@
"https://github.com/sponsors/null8626",
"https://ko-fi.com/null8626"
]
}
}
4 changes: 2 additions & 2 deletions bindings/node/npm/win32-ia32-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vierofernando/decancer-win32-ia32-msvc",
"version": "3.2.1",
"version": "3.2.2",
"os": [
"win32"
],
Expand Down Expand Up @@ -34,4 +34,4 @@
"https://github.com/sponsors/null8626",
"https://ko-fi.com/null8626"
]
}
}
4 changes: 2 additions & 2 deletions bindings/node/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vierofernando/decancer-win32-x64-msvc",
"version": "3.2.1",
"version": "3.2.2",
"os": [
"win32"
],
Expand Down Expand Up @@ -34,4 +34,4 @@
"https://github.com/sponsors/null8626",
"https://ko-fi.com/null8626"
]
}
}
4 changes: 2 additions & 2 deletions bindings/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "decancer",
"version": "3.2.1",
"version": "3.2.2",
"description": "A library that removes common unicode confusables/homoglyphs from strings.",
"author": "null8626",
"keywords": [
Expand Down Expand Up @@ -59,4 +59,4 @@
"https://github.com/sponsors/null8626",
"https://ko-fi.com/null8626"
]
}
}
2 changes: 1 addition & 1 deletion bindings/wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "decancer_wasm"
version = "3.2.1"
version = "3.2.2"
edition = "2021"
publish = false

Expand Down
Loading

0 comments on commit ca5a544

Please sign in to comment.