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 Aug 13, 2024
1 parent 379a8f8 commit b9fffe9
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ on:
default: false
rust_version:
description: Rust Version
default: 0.7.1
default: 0.7.2

jobs:
commit_versions:
Expand Down
12 changes: 6 additions & 6 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.7.1"
bitbazaar = "0.7.2"
```


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.7.1"
bitbazaar = "0.7.2"
```


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.7.1"
bitbazaar = "0.7.2"
```


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.7.1"
bitbazaar = "0.7.2"
```


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.7.1"
bitbazaar = "0.7.2"
```


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.7.1"
version = "0.7.2"
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.7.1"
bitbazaar = "0.7.2"
```


Expand Down
2 changes: 1 addition & 1 deletion zetch.config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ commands = ["./dev_scripts/pkg.sh update_versions"]
[context.static]
PY_VERSION = "0.0.7"
JS_VERSION = "0.0.29"
RUST_VERSION = "0.7.1"
RUST_VERSION = "0.7.2"
PY_RUST_VERSION = "0.0.3"
JS_ALIASES = { value = '{ "@root": "./bitbazaar", "@scripts": "./scripts" }', coerce = "json" }
# This will be updated manually in locations that need it: (using ./dev_scripts/utils.sh rand_id)
Expand Down

0 comments on commit b9fffe9

Please sign in to comment.