diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7eafb5c6..101cfbde 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ on: default: false js_version: description: JS Version - default: 0.0.25 + default: 0.0.26 py_rust_release: description: Rust-backed Python Release type: boolean @@ -37,7 +37,7 @@ on: default: false rust_version: description: Rust Version - default: 0.0.34 + default: 0.0.35 jobs: commit_versions: diff --git a/.zetch.lock b/.zetch.lock index beed1eb1..77394492 100644 --- a/.zetch.lock +++ b/.zetch.lock @@ -1,23 +1,23 @@ { "version": "0.0.10", "files": { - "CONTRIBUTING.zetch.md": "bace46dc064746b54cf472eba960d934d705c2f83120b865a4b47032ff1552c5", - "CODE_OF_CONDUCT.zetch.md": "bf106326ffc75f5167cfde27c997c77c6b97c843a9e392b564355d0e70e50b97", "docs/CODE_OF_CONDUCT.zetch.md": "bf106326ffc75f5167cfde27c997c77c6b97c843a9e392b564355d0e70e50b97", + "CONTRIBUTING.zetch.md": "bace46dc064746b54cf472eba960d934d705c2f83120b865a4b47032ff1552c5", + "docs/LICENSE.zetch.md": "d2c12e539d357957b950a54a5477c3a9f87bd2b3ee707be7a4db7adaf5aacc2b", + "rust/README.zetch.md": "913831c795d52fe759bb38b88587a813ea316dcf1a01826c90d15a82ba42448c", + "py/LICENSE.zetch.md": "d2c12e539d357957b950a54a5477c3a9f87bd2b3ee707be7a4db7adaf5aacc2b", "opencollector.yaml.zetch": "678a691ae64d7f9893e8799ea657842fe051b3fcce4da568969d8de070a29393", + "rust/LICENSE.zetch.md": "d2c12e539d357957b950a54a5477c3a9f87bd2b3ee707be7a4db7adaf5aacc2b", "js/tsconfig.zetch.json": "fb5d57b825bb3c2f6dd4254bf939f2444e52946622a7f93b91e3acb75876ebbc", "py_rust/LICENSE.zetch.md": "d2c12e539d357957b950a54a5477c3a9f87bd2b3ee707be7a4db7adaf5aacc2b", - "docs/index.zetch.md": "b26ff6be0f1dd2ae56fe29e05838c1192214282811be47e6f6df684bc8a383ba", - "py/LICENSE.zetch.md": "d2c12e539d357957b950a54a5477c3a9f87bd2b3ee707be7a4db7adaf5aacc2b", - "docs/LICENSE.zetch.md": "d2c12e539d357957b950a54a5477c3a9f87bd2b3ee707be7a4db7adaf5aacc2b", - "py_rust/README.zetch.md": "b26ff6be0f1dd2ae56fe29e05838c1192214282811be47e6f6df684bc8a383ba", "js/LICENSE.zetch.md": "d2c12e539d357957b950a54a5477c3a9f87bd2b3ee707be7a4db7adaf5aacc2b", - "js/README.zetch.md": "b26ff6be0f1dd2ae56fe29e05838c1192214282811be47e6f6df684bc8a383ba", "docs/CONTRIBUTING.zetch.md": "bace46dc064746b54cf472eba960d934d705c2f83120b865a4b47032ff1552c5", - "rust/LICENSE.zetch.md": "d2c12e539d357957b950a54a5477c3a9f87bd2b3ee707be7a4db7adaf5aacc2b", + "docs/index.zetch.md": "913831c795d52fe759bb38b88587a813ea316dcf1a01826c90d15a82ba42448c", + "CODE_OF_CONDUCT.zetch.md": "bf106326ffc75f5167cfde27c997c77c6b97c843a9e392b564355d0e70e50b97", + "js/README.zetch.md": "913831c795d52fe759bb38b88587a813ea316dcf1a01826c90d15a82ba42448c", + "py_rust/README.zetch.md": "913831c795d52fe759bb38b88587a813ea316dcf1a01826c90d15a82ba42448c", "LICENSE.zetch.md": "d2c12e539d357957b950a54a5477c3a9f87bd2b3ee707be7a4db7adaf5aacc2b", - "README.zetch.md": "e987364fa11bd29e17cad178cbf415e8219a7cb9e71c535bf2cdf916da65aa06", - "rust/README.zetch.md": "b26ff6be0f1dd2ae56fe29e05838c1192214282811be47e6f6df684bc8a383ba", - "py/README.zetch.md": "b26ff6be0f1dd2ae56fe29e05838c1192214282811be47e6f6df684bc8a383ba" + "README.zetch.md": "a2d5e0db298677e44f6042c311ebe04f4d8579c51208a8f34bbf2f5608a73b36", + "py/README.zetch.md": "913831c795d52fe759bb38b88587a813ea316dcf1a01826c90d15a82ba42448c" } } \ No newline at end of file diff --git a/README.md b/README.md index 0bd58790..6d95f5c0 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ You can install **BitBazaar** via [crates.io](https://crates.io/): # Cargo.toml [dependencies] -bitbazaar = "0.0.34" +bitbazaar = "0.0.35" ``` diff --git a/docs/index.md b/docs/index.md index c3c86bb9..6c601cc0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -77,7 +77,7 @@ You can install **BitBazaar** via [crates.io](https://crates.io/): # Cargo.toml [dependencies] -bitbazaar = "0.0.34" +bitbazaar = "0.0.35" ``` diff --git a/js/README.md b/js/README.md index c3c86bb9..6c601cc0 100644 --- a/js/README.md +++ b/js/README.md @@ -77,7 +77,7 @@ You can install **BitBazaar** via [crates.io](https://crates.io/): # Cargo.toml [dependencies] -bitbazaar = "0.0.34" +bitbazaar = "0.0.35" ``` diff --git a/js/package.json b/js/package.json index d486a393..e8d6af32 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "bitbazaar", - "version": "0.0.25", + "version": "0.0.26", "description": "An assortment of publicly available cross-language utilities useful to my projects.", "scripts": { "build": "tsup && node ./build_standalone_cdn_log.js" }, "repository": { diff --git a/py/README.md b/py/README.md index c3c86bb9..6c601cc0 100644 --- a/py/README.md +++ b/py/README.md @@ -77,7 +77,7 @@ You can install **BitBazaar** via [crates.io](https://crates.io/): # Cargo.toml [dependencies] -bitbazaar = "0.0.34" +bitbazaar = "0.0.35" ``` diff --git a/py_rust/README.md b/py_rust/README.md index c3c86bb9..6c601cc0 100644 --- a/py_rust/README.md +++ b/py_rust/README.md @@ -77,7 +77,7 @@ You can install **BitBazaar** via [crates.io](https://crates.io/): # Cargo.toml [dependencies] -bitbazaar = "0.0.34" +bitbazaar = "0.0.35" ``` diff --git a/rust/Cargo.lock b/rust/Cargo.lock index b1253809..0f09c387 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -195,7 +195,7 @@ dependencies = [ [[package]] name = "bitbazaar" -version = "0.0.34" +version = "0.0.35" dependencies = [ "chrono", "clap", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 699654d0..9de627b0 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bitbazaar" description = "An assortment of publicly available cross-language utilities useful to my projects." -version = "0.0.34" +version = "0.0.35" edition = "2021" readme = "README.md" license = "MIT" diff --git a/rust/README.md b/rust/README.md index c3c86bb9..6c601cc0 100644 --- a/rust/README.md +++ b/rust/README.md @@ -77,7 +77,7 @@ You can install **BitBazaar** via [crates.io](https://crates.io/): # Cargo.toml [dependencies] -bitbazaar = "0.0.34" +bitbazaar = "0.0.35" ``` diff --git a/zetch.config.toml b/zetch.config.toml index b0601bbf..40961677 100644 --- a/zetch.config.toml +++ b/zetch.config.toml @@ -13,8 +13,8 @@ commands = ["./dev_scripts/pkg.sh update_versions"] [context.static] PY_VERSION = { value = "0.0.6" } -JS_VERSION = { value = "0.0.25" } -RUST_VERSION = { value = "0.0.34" } +JS_VERSION = { value = "0.0.26" } +RUST_VERSION = { value = "0.0.35" } PY_RUST_VERSION = { value = "0.0.3" } JS_ALIASES = { value = '{ "@root": "./bitbazaar", "@scripts": "./scripts" }', coerce = "json" }