Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .changeset/loud-pandas-repeat.md

This file was deleted.

8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exclude = ["scripts/rust-oracle"]
resolver = "3"

[workspace.package]
version = "2.1.6"
version = "2.1.7"
edition = "2024"
# Minimum supported Rust version, matching the pinned toolchain
# (rust-toolchain.toml). With resolver "3" this also makes dependency
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.6
2.1.7
2 changes: 1 addition & 1 deletion crates/stdnum-wasm-size-fixture/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions packages/stdnum-darwin-arm64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @stll/stdnum-darwin-arm64

## 2.1.7

## 2.1.6

## 2.1.5
Expand Down
2 changes: 1 addition & 1 deletion packages/stdnum-darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stll/stdnum-darwin-arm64",
"version": "2.1.6",
"version": "2.1.7",
"description": "macOS arm64 native binding for @stll/stdnum",
"license": "MIT",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/stdnum-darwin-x64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @stll/stdnum-darwin-x64

## 2.1.7

## 2.1.6

## 2.1.5
Expand Down
2 changes: 1 addition & 1 deletion packages/stdnum-darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stll/stdnum-darwin-x64",
"version": "2.1.6",
"version": "2.1.7",
"description": "macOS x64 native binding for @stll/stdnum",
"license": "MIT",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/stdnum-linux-arm64-gnu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @stll/stdnum-linux-arm64-gnu

## 2.1.7

## 2.1.6

## 2.1.5
Expand Down
2 changes: 1 addition & 1 deletion packages/stdnum-linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stll/stdnum-linux-arm64-gnu",
"version": "2.1.6",
"version": "2.1.7",
"description": "Linux arm64 glibc native binding for @stll/stdnum",
"license": "MIT",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/stdnum-linux-x64-gnu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @stll/stdnum-linux-x64-gnu

## 2.1.7

## 2.1.6

## 2.1.5
Expand Down
2 changes: 1 addition & 1 deletion packages/stdnum-linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stll/stdnum-linux-x64-gnu",
"version": "2.1.6",
"version": "2.1.7",
"description": "Linux x64 glibc native binding for @stll/stdnum",
"license": "MIT",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/stdnum-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @stll/stdnum-wasm

## 2.1.7

## 2.1.6

## 2.1.5
Expand Down
2 changes: 1 addition & 1 deletion packages/stdnum-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stll/stdnum-wasm",
"version": "2.1.6",
"version": "2.1.7",
"description": "Standard identifier validation for browsers via WebAssembly",
"homepage": "https://github.com/stella/stdnum",
"license": "MIT",
Expand Down
2 changes: 2 additions & 0 deletions packages/stdnum-win32-x64-msvc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @stll/stdnum-win32-x64-msvc

## 2.1.7

## 2.1.6

## 2.1.5
Expand Down
2 changes: 1 addition & 1 deletion packages/stdnum-win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stll/stdnum-win32-x64-msvc",
"version": "2.1.6",
"version": "2.1.7",
"description": "Windows x64 native binding for @stll/stdnum",
"license": "MIT",
"repository": {
Expand Down
10 changes: 10 additions & 0 deletions packages/stdnum/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @stll/stdnum

## 2.1.7

### Patch Changes

- [#168](https://github.com/stella/stdnum/pull/168) [`676724f`](https://github.com/stella/stdnum/commit/676724f9481d64b5a942188ea00e8187a2cf4ede) Thanks [@jan-kubica](https://github.com/jan-kubica)! - Say which package is missing when the native binding cannot load. The platform
binaries are optional dependencies, so an installer that declines them leaves
the package importable and dead, throwing only on first use. The previous error
listed every supported target, including the one it was running on, which reads
as a portability problem rather than a missing install.

## 2.1.6

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions packages/stdnum/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stll/stdnum",
"version": "2.1.6",
"version": "2.1.7",
"description": "Standard identifier validation backed by a single Rust core",
"homepage": "https://github.com/stella/stdnum",
"license": "MIT",
Expand Down Expand Up @@ -940,11 +940,11 @@
"typescript": "7.0.2"
},
"optionalDependencies": {
"@stll/stdnum-darwin-arm64": "2.1.6",
"@stll/stdnum-darwin-x64": "2.1.6",
"@stll/stdnum-linux-arm64-gnu": "2.1.6",
"@stll/stdnum-linux-x64-gnu": "2.1.6",
"@stll/stdnum-wasm": "2.1.6",
"@stll/stdnum-win32-x64-msvc": "2.1.6"
"@stll/stdnum-darwin-arm64": "2.1.7",
"@stll/stdnum-darwin-x64": "2.1.7",
"@stll/stdnum-linux-arm64-gnu": "2.1.7",
"@stll/stdnum-linux-x64-gnu": "2.1.7",
"@stll/stdnum-wasm": "2.1.7",
"@stll/stdnum-win32-x64-msvc": "2.1.7"
}
}
Loading