Skip to content

Commit

Permalink
chore: bump package versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 7, 2024
1 parent 3537550 commit e277f26
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 27 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
default: false
js_version:
description: JS Version
default: 0.0.27
default: 0.0.28
py_rust_release:
description: Rust-backed Python Release
type: boolean
Expand All @@ -37,7 +37,7 @@ on:
default: false
rust_version:
description: Rust Version
default: 0.0.38
default: 0.0.39

jobs:
commit_versions:
Expand Down
25 changes: 12 additions & 13 deletions .zetch.lock

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

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ You can install **BitBazaar** via [crates.io](https://crates.io/):
# Cargo.toml

[dependencies]
bitbazaar = "0.0.38"
bitbazaar = "0.0.39"
```


Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ You can install **BitBazaar** via [crates.io](https://crates.io/):
# Cargo.toml

[dependencies]
bitbazaar = "0.0.38"
bitbazaar = "0.0.39"
```


Expand Down
2 changes: 1 addition & 1 deletion js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ You can install **BitBazaar** via [crates.io](https://crates.io/):
# Cargo.toml

[dependencies]
bitbazaar = "0.0.38"
bitbazaar = "0.0.39"
```


Expand Down
Binary file modified js/bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitbazaar",
"version": "0.0.27",
"version": "0.0.28",
"description": "An assortment of publicly available cross-language utilities useful to my projects.",
"scripts": { "build": "tsup && node ./build_standalone_cdn_log.js" },
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion opencollector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,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
Expand Down
2 changes: 1 addition & 1 deletion py/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ You can install **BitBazaar** via [crates.io](https://crates.io/):
# Cargo.toml

[dependencies]
bitbazaar = "0.0.38"
bitbazaar = "0.0.39"
```


Expand Down
2 changes: 1 addition & 1 deletion py_rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ You can install **BitBazaar** via [crates.io](https://crates.io/):
# Cargo.toml

[dependencies]
bitbazaar = "0.0.38"
bitbazaar = "0.0.39"
```


Expand Down
2 changes: 1 addition & 1 deletion rust/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 rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "bitbazaar"
description = "An assortment of publicly available cross-language utilities useful to my projects."
version = "0.0.38"
version = "0.0.39"
edition = "2021"
readme = "README.md"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ You can install **BitBazaar** via [crates.io](https://crates.io/):
# Cargo.toml

[dependencies]
bitbazaar = "0.0.38"
bitbazaar = "0.0.39"
```


Expand Down
4 changes: 2 additions & 2 deletions zetch.config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ commands = ["./dev_scripts/pkg.sh update_versions"]

[context.static]
PY_VERSION = { value = "0.0.7" }
JS_VERSION = { value = "0.0.27" }
RUST_VERSION = { value = "0.0.38" }
JS_VERSION = { value = "0.0.28" }
RUST_VERSION = { value = "0.0.39" }
PY_RUST_VERSION = { value = "0.0.3" }
JS_ALIASES = { value = '{ "@root": "./bitbazaar", "@scripts": "./scripts" }', coerce = "json" }

Expand Down

0 comments on commit e277f26

Please sign in to comment.