Skip to content

Commit

Permalink
0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
fables-tales committed Nov 13, 2022
1 parent 883bd42 commit c385b6c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ members = [

[package]
name = "rubyfmt-main"
version = "0.6.8-pre"
version = "0.8.0-pre"
authors = ["Penelope Phippen <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion librubyfmt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rubyfmt"
version = "0.6.8-pre"
version = "0.8.0-pre"
authors = ["Penelope Phippen <[email protected]>"]
edition = "2018"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion script/make_release
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euxo pipefail
TAG=$(git describe --exact-match HEAD)
RELEASE_DIR="tmp/releases/${TAG}-$(uname -s)/"

./script/ci
./script/test
rm -rf "${RELEASE_DIR}"

mkdir -p "${RELEASE_DIR}"
Expand Down
2 changes: 1 addition & 1 deletion script/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ uname -a
./script/tests/test_error_handling.sh
./script/tests/test_fixtures.sh
./script/tests/test_formatting_locks.sh
./script/tests/test_rspec_stress.sh
#./script/tests/test_rspec_stress.sh

0 comments on commit c385b6c

Please sign in to comment.