Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop authored Nov 29, 2022
1 parent 15bb1f2 commit 04db889
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion crates/apollo-smith/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## Maintenance
## Documentation -->
# [0.3.0](https://crates.io/crates/apollo-smith/0.3.0) - 2022-11-29
# [0.3.1](https://crates.io/crates/apollo-smith/0.3.1) - 2022-11-29
This is a re-publish of 0.3.0 with fixed dependency versions.

# [0.3.0](https://crates.io/crates/apollo-smith/0.3.0) - 2022-11-29 (YANKED)

## BREAKING
- **make conversions from apollo-parser types fallible - [goto-bus-stop], [pull/371]**
Expand Down
2 changes: 1 addition & 1 deletion crates/apollo-smith/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "apollo-smith"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
authors = ["Benjamin Coenen <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down
6 changes: 3 additions & 3 deletions crates/apollo-smith/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ and add `apollo-smith` to your Cargo.toml:
## fuzz/Cargo.toml

[dependencies]
apollo-smith = "0.3.0"
apollo-smith = "0.3.1"
```

It can then be used in a `fuzz_target` along with the [`arbitrary`] crate,
Expand Down Expand Up @@ -82,7 +82,7 @@ can be done with the `parser-impl` feature flag.
## Cargo.toml

[dependencies]
apollo-smith = { version = "0.3.0", features = ["parser-impl"] }
apollo-smith = { version = "0.3.1", features = ["parser-impl"] }
```

```rust,compile_fail
Expand Down Expand Up @@ -125,7 +125,7 @@ the test-case generator to generate documents based on a given schema.
## Cargo.toml

[dependencies]
apollo-smith = { version = "0.1.1", features = ["parser-impl"] }
apollo-smith = { version = "0.3.1", features = ["parser-impl"] }
```

## Limitations
Expand Down

0 comments on commit 04db889

Please sign in to comment.