File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
17
17
## Maintenance
18
18
## Documentation-->
19
19
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.
21
23
22
24
## Features
23
25
@@ -27,7 +29,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
27
29
[ goto-bus-stop ] : https://github.com/goto-bus-stop
28
30
[ pull/853 ] : https://github.com/apollographql/apollo-rs/pull/853
29
31
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
31
33
32
34
## Features
33
35
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
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
4
4
authors = [
" Irina Shestak <[email protected] >" ]
5
5
license = " MIT OR Apache-2.0"
6
6
repository = " https://github.com/apollographql/apollo-rs"
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Or add this to your `Cargo.toml` for a manual installation:
40
40
# Just an example, change to the necessary package version.
41
41
# Using an exact dependency is recommended for beta versions
42
42
[dependencies ]
43
- apollo-compiler = " =1.0.0-beta.15 "
43
+ apollo-compiler = " =1.0.0-beta.16 "
44
44
```
45
45
46
46
## Rust versions
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ categories = [
22
22
]
23
23
24
24
[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 " }
26
26
apollo-parser = { path = " ../apollo-parser" , version = " 0.7.0" }
27
27
arbitrary = { version = " 1.3.0" , features = [" derive" ] }
28
28
indexmap = " 2.0.0"
You can’t perform that action at this time.
0 commit comments