Skip to content

Commit

Permalink
Release 0.1.8.
Browse files Browse the repository at this point in the history
Upgrade to `scie-jump` 0.7.1 to avoid `SCIE_BOOT=update scie-pants`
inifinite loop.
  • Loading branch information
jsirois committed Dec 17, 2022
1 parent 1c16866 commit bb62b59
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Release Notes

## 0.1.7
## 0.1.8

The 1st public release of the project.
2 changes: 1 addition & 1 deletion 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 @@ -5,7 +5,7 @@ members = [

[package]
name = "scie-pants"
version = "0.1.7"
version = "0.1.8"
edition = "2021"
authors = [
"John Sirois <john.sirois@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion package/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use url::Url;
const BINARY: &str = "scie-pants";

const PTEX_TAG: &str = "v0.6.0";
const SCIE_JUMP_TAG: &str = "v0.7.0";
const SCIE_JUMP_TAG: &str = "v0.7.1";

const CARGO: &str = env!("CARGO");
const CARGO_MANIFEST_DIR: &str = env!("CARGO_MANIFEST_DIR");
Expand Down

0 comments on commit bb62b59

Please sign in to comment.