Skip to content

Commit f20ac42

Browse files
authored
Prepare [email protected] release (#955)
1 parent 5bcc3a9 commit f20ac42

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

crates/apollo-compiler/CHANGELOG.md

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

20+
# [1.27.0](https://crates.io/crates/apollo-compiler/1.26.0) - 2025-03-04
21+
22+
## Features
23+
24+
- **Add [WebAssembly demo] - [SimonSapin], [pull/954]**
25+
- **Add `root_fields()` and `all_fields()` to `SelectionSet` - [SimonSapin], [pull/954]**
26+
27+
## Fixes
28+
29+
- **Avoid reprocessing named fragments - [sachindshinde] [goto-bus-stop] and [SimonSapin], [pull/952]**
30+
31+
[sachindshinde]: https://github.com/sachindshinde
32+
[goto-bus-stop]: https://github.com/goto-bus-stop
33+
[SimonSapin]: https://github.com/SimonSapin
34+
[pull/952]: https://github.com/apollographql/apollo-rs/pull/952
35+
[pull/953]: https://github.com/apollographql/apollo-rs/pull/953
36+
[pull/954]: https://github.com/apollographql/apollo-rs/pull/954
37+
[WebAssembly demo]: https://github.com/apollographql/apollo-rs/tree/main/examples/validation-wasm-demo
38+
2039
# [1.26.0](https://crates.io/crates/apollo-compiler/1.26.0) - 2025-01-23
2140

2241
## Features

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.26.0" # When bumping, also update README.md
3+
version = "1.27.0" # 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
@@ -41,7 +41,7 @@ Or add this to your `Cargo.toml` for a manual installation:
4141
```toml
4242
# Just an example, change to the necessary package version.
4343
[dependencies]
44-
apollo-compiler = "1.26.0"
44+
apollo-compiler = "1.27.0"
4545
```
4646

4747
## Rust versions

0 commit comments

Comments
 (0)