Skip to content

Commit 019a5e2

Browse files
* [email protected] * Update README.md --------- Co-authored-by: Simon Sapin <[email protected]>
1 parent 0c081fe commit 019a5e2

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

crates/apollo-compiler/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1717
## Maintenance
1818
## Documentation-->
1919

20-
# [x.x.x] (unreleased) - 2024-04-12
20+
# [1.0.0-beta.16](https://crates.io/crates/apollo-compiler/1.0.0-beta.16) - 2024-04-12
21+
22+
> This release has no user-facing changes.
2123
2224
## Features
2325

@@ -27,7 +29,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
2729
[goto-bus-stop]: https://github.com/goto-bus-stop
2830
[pull/853]: https://github.com/apollographql/apollo-rs/pull/853
2931

30-
# [1.0.0-beta.15](https://crates.io/crates/apollo-compiler/1.0.0-beta.14) - 2024-04-08
32+
# [1.0.0-beta.15](https://crates.io/crates/apollo-compiler/1.0.0-beta.15) - 2024-04-08
3133

3234
## Features
3335

crates/apollo-compiler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "apollo-compiler"
3-
version = "1.0.0-beta.15" # When bumping, also update README.md
3+
version = "1.0.0-beta.16" # When bumping, also update README.md
44
authors = ["Irina Shestak <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/apollographql/apollo-rs"

crates/apollo-compiler/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Or add this to your `Cargo.toml` for a manual installation:
4040
# Just an example, change to the necessary package version.
4141
# Using an exact dependency is recommended for beta versions
4242
[dependencies]
43-
apollo-compiler = "=1.0.0-beta.15"
43+
apollo-compiler = "=1.0.0-beta.16"
4444
```
4545

4646
## Rust versions

crates/apollo-smith/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ categories = [
2222
]
2323

2424
[dependencies]
25-
apollo-compiler = { path = "../apollo-compiler", version = "=1.0.0-beta.15" }
25+
apollo-compiler = { path = "../apollo-compiler", version = "=1.0.0-beta.16" }
2626
apollo-parser = { path = "../apollo-parser", version = "0.7.0" }
2727
arbitrary = { version = "1.3.0", features = ["derive"] }
2828
indexmap = "2.0.0"

0 commit comments

Comments
 (0)