Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/0.17.1 #759

Merged
merged 4 commits into from
Mar 26, 2024
Merged

Release/0.17.1 #759

merged 4 commits into from
Mar 26, 2024

Conversation

jmt-lab
Copy link
Contributor

@jmt-lab jmt-lab commented Mar 22, 2024

Issue #, if available:

Closes #758

Description of changes:

Release preparation for 0.17.1

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

url_base.to_string(),
escaped_test_path
));
let traversal_url = url_base.join(&escaped_test_path).unwrap_or_else(|_| panic!("{}", "Could not create URL from unusual traveral path '{url_base}' + '{escaped_test_path}'"));

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit:

Suggested change
let traversal_url = url_base.join(&escaped_test_path).unwrap_or_else(|_| panic!("{}", "Could not create URL from unusual traveral path '{url_base}' + '{escaped_test_path}'"));
let traversal_url = url_base.join(&escaped_test_path).unwrap_or_else(|_| panic!("{}", "Could not create URL from unusual traversal path '{url_base}' + '{escaped_test_path}'"));

@jmt-lab
Copy link
Contributor Author

jmt-lab commented Mar 26, 2024

Fix weird cargo clippy change

@jmt-lab jmt-lab merged commit f6d54e9 into awslabs:develop Mar 26, 2024
7 checks passed
@jmt-lab jmt-lab deleted the release/0.17.1 branch March 26, 2024 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

release tough v0.17.1 (or v0.18.0)
4 participants