Skip to content

Commit 0a204c5

Browse files
authored
Bump to 0.9.3, due to tagging mistake (#247)
I tagged the wrong commit for releasing 0.9.2 (fdceed6, instead of the e52a6d3 for #246), sooo... this skips 0.9.2 and preps to release 0.9.3 instead. Maybe I'll get it right this time. I cancelled the build for 0.9.2, because that'd be confusing.
1 parent e52a6d3 commit 0a204c5

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGES.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# Release Notes
22

3-
## 0.9.2
3+
## 0.9.3
44

55
This release propagates the version of the `scie-pants` into the invocation of pants, so that Pants
66
itself can [detect if it requires (or will require) features from newer versions of
77
`scie-pants`](https://github.com/pantsbuild/pants/issues/19600).
88

9+
## 0.9.2
10+
11+
Skipped due to a release error.
12+
913
## 0.9.0 / 0.9.1
1014

1115
This release adds support for scie-pants to bootstrap Pants using a "per-platform" PEX uploaded as

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ members = [
66
[package]
77
name = "scie-pants"
88
description = "Protects your Pants from the elements."
9-
version = "0.9.2"
9+
version = "0.9.3"
1010
edition = "2021"
1111
authors = [
1212
"John Sirois <[email protected]>",

0 commit comments

Comments
 (0)