Skip to content

Commit ca5a544

Browse files
committed
3.2.2
1 parent 7cc9d98 commit ca5a544

File tree

23 files changed

+73
-73
lines changed

23 files changed

+73
-73
lines changed

README.md

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ A library that removes common unicode confusables/homoglyphs from strings.
4242
In your `Cargo.toml`:
4343

4444
```toml
45-
decancer = "3.2.1"
45+
decancer = "3.2.2"
4646
```
4747

4848
<!---[ end, begin DECANCER_GLOBAL ]--->
@@ -78,7 +78,7 @@ In your code:
7878

7979
```html
8080
<script type="module">
81-
import init from 'https://cdn.jsdelivr.net/gh/null8626/[email protected].1/bindings/wasm/bin/decancer.min.js'
81+
import init from 'https://cdn.jsdelivr.net/gh/null8626/[email protected].2/bindings/wasm/bin/decancer.min.js'
8282
8383
const decancer = await init()
8484
</script>
@@ -99,7 +99,7 @@ repositories {
9999
}
100100
101101
dependencies {
102-
implementation 'io.github.null8626:decancer:3.2.1'
102+
implementation 'io.github.null8626:decancer:3.2.2'
103103
}
104104
```
105105

@@ -121,7 +121,7 @@ In your `pom.xml`:
121121
<dependency>
122122
<groupId>io.github.null8626</groupId>
123123
<artifactId>decancer</artifactId>
124-
<version>3.2.1</version>
124+
<version>3.2.2</version>
125125
</dependency>
126126
</dependencies>
127127
```
@@ -155,35 +155,35 @@ Tip: You can shrink the size of the resulting jar file by removing binaries in t
155155

156156
### Download
157157

158-
- [Header file](https://raw.githubusercontent.com/null8626/decancer/v3.2.1/bindings/native/decancer.h)
159-
- [Download for ARM64 macOS (11.0+, Big Sur+)](https://github.com/null8626/decancer/releases/download/v3.2.1/decancer-aarch64-apple-darwin.zip)
160-
- [Download for ARM64 iOS](https://github.com/null8626/decancer/releases/download/v3.2.1/decancer-aarch64-apple-ios.zip)
161-
- [Download for Apple iOS Simulator on ARM6](https://github.com/null8626/decancer/releases/download/v3.2.1/decancer-aarch64-apple-ios-sim.zip)
162-
- [Download for ARM64 Android](https://github.com/null8626/decancer/releases/download/v3.2.1/decancer-aarch64-linux-android.zip)
163-
- [Download for ARM64 Windows MSVC](https://github.com/null8626/decancer/releases/download/v3.2.1/decancer-aarch64-pc-windows-msvc.zip)
164-
- [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)
165-
- [Download for ARM64 Linux with MUSL](https://github.com/null8626/decancer/releases/download/v3.2.1/decancer-aarch64-unknown-linux-musl.zip)
166-
- [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)
167-
- [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)
168-
- [Download for ARMv7-A Android](https://github.com/null8626/decancer/releases/download/v3.2.1/decancer-armv7-linux-androideabi.zip)
169-
- [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)
170-
- [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)
171-
- [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)
172-
- [Download for 32-bit MSVC (Windows 7+)](https://github.com/null8626/decancer/releases/download/v3.2.1/decancer-i686-pc-windows-msvc.zip)
173-
- [Download for 32-bit FreeBSD](https://github.com/null8626/decancer/releases/download/v3.2.1/decancer-i686-unknown-freebsd.zip)
174-
- [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)
175-
- [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)
176-
- [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)
177-
- [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)
178-
- [Download for SPARC Solaris 11, illumos](https://github.com/null8626/decancer/releases/download/v3.2.1/decancer-sparcv9-sun-solaris.zip)
179-
- [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)
180-
- [Download for 64-bit macOS (10.12+, Sierra+)](https://github.com/null8626/decancer/releases/download/v3.2.1/decancer-x86_64-apple-darwin.zip)
181-
- [Download for 64-bit iOS](https://github.com/null8626/decancer/releases/download/v3.2.1/decancer-x86_64-apple-ios.zip)
182-
- [Download for 64-bit MSVC (Windows 7+)](https://github.com/null8626/decancer/releases/download/v3.2.1/decancer-x86_64-pc-windows-msvc.zip)
183-
- [Download for 64-bit FreeBSD](https://github.com/null8626/decancer/releases/download/v3.2.1/decancer-x86_64-unknown-freebsd.zip)
184-
- [Download for 64-bit illumos](https://github.com/null8626/decancer/releases/download/v3.2.1/decancer-x86_64-unknown-illumos.zip)
185-
- [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)
186-
- [Download for 64-bit Linux with MUSL](https://github.com/null8626/decancer/releases/download/v3.2.1/decancer-x86_64-unknown-linux-musl.zip)
158+
- [Header file](https://raw.githubusercontent.com/null8626/decancer/v3.2.2/bindings/native/decancer.h)
159+
- [Download for ARM64 macOS (11.0+, Big Sur+)](https://github.com/null8626/decancer/releases/download/v3.2.2/decancer-aarch64-apple-darwin.zip)
160+
- [Download for ARM64 iOS](https://github.com/null8626/decancer/releases/download/v3.2.2/decancer-aarch64-apple-ios.zip)
161+
- [Download for Apple iOS Simulator on ARM6](https://github.com/null8626/decancer/releases/download/v3.2.2/decancer-aarch64-apple-ios-sim.zip)
162+
- [Download for ARM64 Android](https://github.com/null8626/decancer/releases/download/v3.2.2/decancer-aarch64-linux-android.zip)
163+
- [Download for ARM64 Windows MSVC](https://github.com/null8626/decancer/releases/download/v3.2.2/decancer-aarch64-pc-windows-msvc.zip)
164+
- [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)
165+
- [Download for ARM64 Linux with MUSL](https://github.com/null8626/decancer/releases/download/v3.2.2/decancer-aarch64-unknown-linux-musl.zip)
166+
- [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)
167+
- [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)
168+
- [Download for ARMv7-A Android](https://github.com/null8626/decancer/releases/download/v3.2.2/decancer-armv7-linux-androideabi.zip)
169+
- [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)
170+
- [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)
171+
- [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)
172+
- [Download for 32-bit MSVC (Windows 7+)](https://github.com/null8626/decancer/releases/download/v3.2.2/decancer-i686-pc-windows-msvc.zip)
173+
- [Download for 32-bit FreeBSD](https://github.com/null8626/decancer/releases/download/v3.2.2/decancer-i686-unknown-freebsd.zip)
174+
- [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)
175+
- [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)
176+
- [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)
177+
- [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)
178+
- [Download for SPARC Solaris 11, illumos](https://github.com/null8626/decancer/releases/download/v3.2.2/decancer-sparcv9-sun-solaris.zip)
179+
- [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)
180+
- [Download for 64-bit macOS (10.12+, Sierra+)](https://github.com/null8626/decancer/releases/download/v3.2.2/decancer-x86_64-apple-darwin.zip)
181+
- [Download for 64-bit iOS](https://github.com/null8626/decancer/releases/download/v3.2.2/decancer-x86_64-apple-ios.zip)
182+
- [Download for 64-bit MSVC (Windows 7+)](https://github.com/null8626/decancer/releases/download/v3.2.2/decancer-x86_64-pc-windows-msvc.zip)
183+
- [Download for 64-bit FreeBSD](https://github.com/null8626/decancer/releases/download/v3.2.2/decancer-x86_64-unknown-freebsd.zip)
184+
- [Download for 64-bit illumos](https://github.com/null8626/decancer/releases/download/v3.2.2/decancer-x86_64-unknown-illumos.zip)
185+
- [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)
186+
- [Download for 64-bit Linux with MUSL](https://github.com/null8626/decancer/releases/download/v3.2.2/decancer-x86_64-unknown-linux-musl.zip)
187187

188188
### Building from source
189189

@@ -287,7 +287,7 @@ console.log(cured.toString())
287287
<br />
288288
<button id="cure" onclick="cure()">cure!</button>
289289
<script type="module">
290-
import init from 'https://cdn.jsdelivr.net/gh/null8626/[email protected].1/bindings/wasm/bin/decancer.min.js'
290+
import init from 'https://cdn.jsdelivr.net/gh/null8626/[email protected].2/bindings/wasm/bin/decancer.min.js'
291291
292292
const decancer = await init()
293293

bindings/java/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group 'io.github.null8626'
8-
version '3.2.1'
8+
version '3.2.2'
99
description 'A tiny package that removes common unicode confusables/homoglyphs from strings.'
1010

1111
repositories {
@@ -15,7 +15,7 @@ repositories {
1515

1616
jar {
1717
archiveBaseName = 'decancer'
18-
archiveVersion = '3.2.1'
18+
archiveVersion = '3.2.2'
1919

2020
from('./bin') {
2121
include '*.dll'
@@ -29,7 +29,7 @@ publishing {
2929
maven(MavenPublication) {
3030
artifactId = 'decancer'
3131
groupId = 'io.github.null8626'
32-
version = '3.2.1'
32+
version = '3.2.2'
3333

3434
from components.java
3535

@@ -43,7 +43,7 @@ publishing {
4343
license {
4444
name = 'MIT License'
4545
distribution = 'repo'
46-
url = 'https://github.com/null8626/decancer/blob/v3.2.1/LICENSE'
46+
url = 'https://github.com/null8626/decancer/blob/v3.2.2/LICENSE'
4747
}
4848
}
4949

bindings/native/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "decancer_native"
3-
version = "3.2.1"
3+
version = "3.2.2"
44
edition = "2021"
55
publish = false
66

bindings/native/decancer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @see DECANCER_VERSION_MINOR
2323
* @see DECANCER_VERSION_PATCH
2424
*/
25-
#define DECANCER_VERSION 0x030201
25+
#define DECANCER_VERSION 0x030202
2626

2727
/**
2828
* @brief The current major version used by this library.

bindings/node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "decancer_node"
3-
version = "3.2.1"
3+
version = "3.2.2"
44
edition = "2021"
55
publish = false
66

bindings/node/npm/android-arm-eabi/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vierofernando/decancer-android-arm-eabi",
3-
"version": "3.2.1",
3+
"version": "3.2.2",
44
"os": [
55
"android"
66
],
@@ -34,4 +34,4 @@
3434
"https://github.com/sponsors/null8626",
3535
"https://ko-fi.com/null8626"
3636
]
37-
}
37+
}

bindings/node/npm/android-arm64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vierofernando/decancer-android-arm64",
3-
"version": "3.2.1",
3+
"version": "3.2.2",
44
"os": [
55
"android"
66
],
@@ -34,4 +34,4 @@
3434
"https://github.com/sponsors/null8626",
3535
"https://ko-fi.com/null8626"
3636
]
37-
}
37+
}

bindings/node/npm/darwin-arm64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vierofernando/decancer-darwin-arm64",
3-
"version": "3.2.1",
3+
"version": "3.2.2",
44
"os": [
55
"darwin"
66
],
@@ -34,4 +34,4 @@
3434
"https://github.com/sponsors/null8626",
3535
"https://ko-fi.com/null8626"
3636
]
37-
}
37+
}

bindings/node/npm/darwin-x64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vierofernando/decancer-darwin-x64",
3-
"version": "3.2.1",
3+
"version": "3.2.2",
44
"os": [
55
"darwin"
66
],
@@ -34,4 +34,4 @@
3434
"https://github.com/sponsors/null8626",
3535
"https://ko-fi.com/null8626"
3636
]
37-
}
37+
}

bindings/node/npm/freebsd-x64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vierofernando/decancer-freebsd-x64",
3-
"version": "3.2.1",
3+
"version": "3.2.2",
44
"os": [
55
"freebsd"
66
],
@@ -34,4 +34,4 @@
3434
"https://github.com/sponsors/null8626",
3535
"https://ko-fi.com/null8626"
3636
]
37-
}
37+
}

0 commit comments

Comments
 (0)