diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b32bcaa5..015413e8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ on: default: false rust_version: description: Rust Version - default: 0.0.32 + default: 0.0.33 jobs: commit_versions: diff --git a/.zetch.lock b/.zetch.lock index a9e19cc1..03f668c6 100644 --- a/.zetch.lock +++ b/.zetch.lock @@ -1,23 +1,23 @@ { "version": "0.0.10", "files": { - "js/tsconfig.zetch.json": "fb5d57b825bb3c2f6dd4254bf939f2444e52946622a7f93b91e3acb75876ebbc", - "docs/index.zetch.md": "d437e5a66fb74e7920b633f042195b89bcdec96274deace6d5919841c28a378e", - "CONTRIBUTING.zetch.md": "bace46dc064746b54cf472eba960d934d705c2f83120b865a4b47032ff1552c5", - "py_rust/LICENSE.zetch.md": "d2c12e539d357957b950a54a5477c3a9f87bd2b3ee707be7a4db7adaf5aacc2b", + "py_rust/README.zetch.md": "a9d4cc05a87de4f436d4f576c315d171a510b07307df3678420517ff0a2881b1", + "CODE_OF_CONDUCT.zetch.md": "bf106326ffc75f5167cfde27c997c77c6b97c843a9e392b564355d0e70e50b97", "LICENSE.zetch.md": "d2c12e539d357957b950a54a5477c3a9f87bd2b3ee707be7a4db7adaf5aacc2b", - "opencollector.yaml.zetch": "61ef569d5d016214672a01a5f372a87ee9a2bbb885c8f4f4e57f421d3812a312", - "rust/README.zetch.md": "d437e5a66fb74e7920b633f042195b89bcdec96274deace6d5919841c28a378e", - "README.zetch.md": "999ec659475c35f7ebafa5b246c2f0083b4bf7e25740d70e708d17887d1f2d36", - "js/README.zetch.md": "d437e5a66fb74e7920b633f042195b89bcdec96274deace6d5919841c28a378e", - "docs/CODE_OF_CONDUCT.zetch.md": "bf106326ffc75f5167cfde27c997c77c6b97c843a9e392b564355d0e70e50b97", - "docs/CONTRIBUTING.zetch.md": "bace46dc064746b54cf472eba960d934d705c2f83120b865a4b47032ff1552c5", + "docs/index.zetch.md": "a9d4cc05a87de4f436d4f576c315d171a510b07307df3678420517ff0a2881b1", + "docs/LICENSE.zetch.md": "d2c12e539d357957b950a54a5477c3a9f87bd2b3ee707be7a4db7adaf5aacc2b", + "js/README.zetch.md": "a9d4cc05a87de4f436d4f576c315d171a510b07307df3678420517ff0a2881b1", "rust/LICENSE.zetch.md": "d2c12e539d357957b950a54a5477c3a9f87bd2b3ee707be7a4db7adaf5aacc2b", - "CODE_OF_CONDUCT.zetch.md": "bf106326ffc75f5167cfde27c997c77c6b97c843a9e392b564355d0e70e50b97", + "docs/CONTRIBUTING.zetch.md": "bace46dc064746b54cf472eba960d934d705c2f83120b865a4b47032ff1552c5", + "opencollector.yaml.zetch": "27c7cbc36a0a6d0eb0af8bece63a6d170bfabe098f26ae0c82e5d671441418ad", + "py_rust/LICENSE.zetch.md": "d2c12e539d357957b950a54a5477c3a9f87bd2b3ee707be7a4db7adaf5aacc2b", + "docs/CODE_OF_CONDUCT.zetch.md": "bf106326ffc75f5167cfde27c997c77c6b97c843a9e392b564355d0e70e50b97", + "CONTRIBUTING.zetch.md": "bace46dc064746b54cf472eba960d934d705c2f83120b865a4b47032ff1552c5", + "py/README.zetch.md": "a9d4cc05a87de4f436d4f576c315d171a510b07307df3678420517ff0a2881b1", + "rust/README.zetch.md": "a9d4cc05a87de4f436d4f576c315d171a510b07307df3678420517ff0a2881b1", + "README.zetch.md": "3c020cafb75c2a7069a565491d6244fd342d1693b9a1f15a2251bdee2db63054", + "js/tsconfig.zetch.json": "fb5d57b825bb3c2f6dd4254bf939f2444e52946622a7f93b91e3acb75876ebbc", "js/LICENSE.zetch.md": "d2c12e539d357957b950a54a5477c3a9f87bd2b3ee707be7a4db7adaf5aacc2b", - "py/README.zetch.md": "d437e5a66fb74e7920b633f042195b89bcdec96274deace6d5919841c28a378e", - "py/LICENSE.zetch.md": "d2c12e539d357957b950a54a5477c3a9f87bd2b3ee707be7a4db7adaf5aacc2b", - "py_rust/README.zetch.md": "d437e5a66fb74e7920b633f042195b89bcdec96274deace6d5919841c28a378e", - "docs/LICENSE.zetch.md": "d2c12e539d357957b950a54a5477c3a9f87bd2b3ee707be7a4db7adaf5aacc2b" + "py/LICENSE.zetch.md": "d2c12e539d357957b950a54a5477c3a9f87bd2b3ee707be7a4db7adaf5aacc2b" } } \ No newline at end of file diff --git a/README.md b/README.md index 83e0b33d..a2d9b91a 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.32" +bitbazaar = "0.0.33" ``` diff --git a/docs/index.md b/docs/index.md index 770e7e31..73d03556 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.32" +bitbazaar = "0.0.33" ``` diff --git a/js/README.md b/js/README.md index 770e7e31..73d03556 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.32" +bitbazaar = "0.0.33" ``` diff --git a/opencollector.yaml b/opencollector.yaml index 79fe6f30..b47ed42f 100644 --- a/opencollector.yaml +++ b/opencollector.yaml @@ -27,7 +27,7 @@ exporters: stream-name: default # Writes all opentelemetry logs, traces, metrics to a file, useful for testing: file/debug_file_writing: - path: /Users/zak/z/code/bitbazaar/logs/otlp_telemetry_out.log + path: /home/runner/work/bitbazaar/bitbazaar/logs/otlp_telemetry_out.log rotation: max_megabytes: 10 max_days: 3 diff --git a/py/README.md b/py/README.md index 770e7e31..73d03556 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.32" +bitbazaar = "0.0.33" ``` diff --git a/py_rust/README.md b/py_rust/README.md index 770e7e31..73d03556 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.32" +bitbazaar = "0.0.33" ``` diff --git a/rust/Cargo.lock b/rust/Cargo.lock index c39a69c9..0e11fb9d 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -180,7 +180,7 @@ checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" [[package]] name = "bitbazaar" -version = "0.0.32" +version = "0.0.33" dependencies = [ "chrono", "clap", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 973f6754..96b37f4b 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.32" +version = "0.0.33" edition = "2021" readme = "README.md" license = "MIT" diff --git a/rust/README.md b/rust/README.md index 770e7e31..73d03556 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.32" +bitbazaar = "0.0.33" ``` diff --git a/zetch.config.toml b/zetch.config.toml index 2d411be9..52bcbaf1 100644 --- a/zetch.config.toml +++ b/zetch.config.toml @@ -14,7 +14,7 @@ commands = ["./dev_scripts/pkg.sh update_versions"] [context.static] PY_VERSION = { value = "0.0.6" } JS_VERSION = { value = "0.0.23" } -RUST_VERSION = { value = "0.0.32" } +RUST_VERSION = { value = "0.0.33" } PY_RUST_VERSION = { value = "0.0.3" } JS_ALIASES = { value = '{ "@root": "./bitbazaar", "@scripts": "./scripts" }', coerce = "json" }