diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2be9c43..0ee8c01 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e71362..cc4ef99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.3.0](https://github.com/fullzer4/stdbr/compare/v0.2.0...v0.3.0) (2026-08-18) + + +### ⚠ BREAKING CHANGES + +* **nodejs:** restore @stdbr scoped npm package names ([#36](https://github.com/fullzer4/stdbr/issues/36)) + +### Bug Fixes + +* **nodejs:** restore [@stdbr](https://github.com/stdbr) scoped npm package names ([#36](https://github.com/fullzer4/stdbr/issues/36)) ([2d19b45](https://github.com/fullzer4/stdbr/commit/2d19b459787e6a134f85c17d35eba8725fc4cf5f)) + ## [0.2.0](https://github.com/fullzer4/stdbr/compare/v0.1.0...v0.2.0) (2026-08-18) diff --git a/Cargo.lock b/Cargo.lock index 880dc3f..515d557 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -267,7 +267,7 @@ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" [[package]] name = "parity-gen" -version = "0.2.0" +version = "0.3.0" dependencies = [ "serde_json", "stdbr-core", @@ -513,28 +513,28 @@ checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214" [[package]] name = "stdbr" -version = "0.2.0" +version = "0.3.0" dependencies = [ "stdbr-core", ] [[package]] name = "stdbr-core" -version = "0.2.0" +version = "0.3.0" dependencies = [ "serde_json", ] [[package]] name = "stdbr-ffi" -version = "0.2.0" +version = "0.3.0" dependencies = [ "stdbr-core", ] [[package]] name = "stdbr-napi" -version = "0.2.0" +version = "0.3.0" dependencies = [ "napi", "napi-build", @@ -544,7 +544,7 @@ dependencies = [ [[package]] name = "stdbr-python" -version = "0.2.0" +version = "0.3.0" dependencies = [ "pyo3", "stdbr-core", @@ -552,7 +552,7 @@ dependencies = [ [[package]] name = "stdbr-wasm" -version = "0.2.0" +version = "0.3.0" dependencies = [ "stdbr-core", "wasm-bindgen", diff --git a/Cargo.toml b/Cargo.toml index 24842b6..9b5b83c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stdbr" -version = "0.2.0" +version = "0.3.0" edition.workspace = true rust-version.workspace = true license.workspace = true @@ -12,7 +12,7 @@ keywords.workspace = true categories.workspace = true [dependencies] -stdbr-core = { path = "core", version = "0.2.0" } +stdbr-core = { path = "core", version = "0.3.0" } [workspace] resolver = "2" diff --git a/bindings/ffi-c/Cargo.toml b/bindings/ffi-c/Cargo.toml index fd153c6..5151822 100644 --- a/bindings/ffi-c/Cargo.toml +++ b/bindings/ffi-c/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stdbr-ffi" -version = "0.2.0" +version = "0.3.0" edition.workspace = true rust-version.workspace = true license.workspace = true diff --git a/bindings/nodejs/Cargo.toml b/bindings/nodejs/Cargo.toml index 4ba505d..e309264 100644 --- a/bindings/nodejs/Cargo.toml +++ b/bindings/nodejs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stdbr-napi" -version = "0.2.0" +version = "0.3.0" edition.workspace = true rust-version.workspace = true license.workspace = true diff --git a/bindings/nodejs/npm/darwin-arm64/package.json b/bindings/nodejs/npm/darwin-arm64/package.json index 0dd3f91..6e1d549 100644 --- a/bindings/nodejs/npm/darwin-arm64/package.json +++ b/bindings/nodejs/npm/darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@stdbr/stdbr-darwin-arm64", - "version": "0.2.0", + "version": "0.3.0", "os": [ "darwin" ], diff --git a/bindings/nodejs/npm/darwin-x64/package.json b/bindings/nodejs/npm/darwin-x64/package.json index 15e73c9..9e5960d 100644 --- a/bindings/nodejs/npm/darwin-x64/package.json +++ b/bindings/nodejs/npm/darwin-x64/package.json @@ -1,6 +1,6 @@ { "name": "@stdbr/stdbr-darwin-x64", - "version": "0.2.0", + "version": "0.3.0", "os": [ "darwin" ], diff --git a/bindings/nodejs/npm/linux-arm64-gnu/package.json b/bindings/nodejs/npm/linux-arm64-gnu/package.json index c76b8fa..aed8135 100644 --- a/bindings/nodejs/npm/linux-arm64-gnu/package.json +++ b/bindings/nodejs/npm/linux-arm64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@stdbr/stdbr-linux-arm64-gnu", - "version": "0.2.0", + "version": "0.3.0", "os": [ "linux" ], diff --git a/bindings/nodejs/npm/linux-x64-gnu/package.json b/bindings/nodejs/npm/linux-x64-gnu/package.json index a3f6dc8..9ebf593 100644 --- a/bindings/nodejs/npm/linux-x64-gnu/package.json +++ b/bindings/nodejs/npm/linux-x64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@stdbr/stdbr-linux-x64-gnu", - "version": "0.2.0", + "version": "0.3.0", "os": [ "linux" ], diff --git a/bindings/nodejs/npm/linux-x64-musl/package.json b/bindings/nodejs/npm/linux-x64-musl/package.json index 730a8a6..ff10b0d 100644 --- a/bindings/nodejs/npm/linux-x64-musl/package.json +++ b/bindings/nodejs/npm/linux-x64-musl/package.json @@ -1,6 +1,6 @@ { "name": "@stdbr/stdbr-linux-x64-musl", - "version": "0.2.0", + "version": "0.3.0", "os": [ "linux" ], diff --git a/bindings/nodejs/npm/win32-x64-msvc/package.json b/bindings/nodejs/npm/win32-x64-msvc/package.json index ddfdc1a..90c00e6 100644 --- a/bindings/nodejs/npm/win32-x64-msvc/package.json +++ b/bindings/nodejs/npm/win32-x64-msvc/package.json @@ -1,6 +1,6 @@ { "name": "@stdbr/stdbr-win32-x64-msvc", - "version": "0.2.0", + "version": "0.3.0", "os": [ "win32" ], diff --git a/bindings/nodejs/package.json b/bindings/nodejs/package.json index c4c4b31..897822b 100644 --- a/bindings/nodejs/package.json +++ b/bindings/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "@stdbr/stdbr", - "version": "0.2.0", + "version": "0.3.0", "type": "module", "main": "index.js", "types": "index.d.ts", diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml index 0ff1d0c..b8a365c 100644 --- a/bindings/python/Cargo.toml +++ b/bindings/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stdbr-python" -version = "0.2.0" +version = "0.3.0" edition.workspace = true rust-version.workspace = true license.workspace = true diff --git a/bindings/python/pyproject.toml b/bindings/python/pyproject.toml index 80b4dea..60804e7 100644 --- a/bindings/python/pyproject.toml +++ b/bindings/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "stdbr" -version = "0.2.0" +version = "0.3.0" description = "Standard library for Brazil" readme = "README.md" license = "MIT OR Apache-2.0" diff --git a/bindings/wasm/Cargo.toml b/bindings/wasm/Cargo.toml index 5ebebfc..5f88843 100644 --- a/bindings/wasm/Cargo.toml +++ b/bindings/wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stdbr-wasm" -version = "0.2.0" +version = "0.3.0" edition.workspace = true rust-version.workspace = true license.workspace = true diff --git a/bindings/wasm/package.json b/bindings/wasm/package.json index 57018eb..755f4f4 100644 --- a/bindings/wasm/package.json +++ b/bindings/wasm/package.json @@ -1,6 +1,6 @@ { "name": "@stdbr/wasm", - "version": "0.2.0", + "version": "0.3.0", "main": "stdbr_wasm.js", "types": "stdbr_wasm.d.ts", "license": "MIT OR Apache-2.0", diff --git a/core/Cargo.toml b/core/Cargo.toml index c3d6865..494e1d3 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stdbr-core" -version = "0.2.0" +version = "0.3.0" edition.workspace = true rust-version.workspace = true license.workspace = true diff --git a/tools/parity_gen/Cargo.toml b/tools/parity_gen/Cargo.toml index 90fe9e5..2b27921 100644 --- a/tools/parity_gen/Cargo.toml +++ b/tools/parity_gen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parity-gen" -version = "0.2.0" +version = "0.3.0" edition.workspace = true rust-version.workspace = true license.workspace = true