File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,16 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
17
17
## Maintenance
18
18
## Documentation-->
19
19
20
+ # [ 1.26.0] ( https://crates.io/crates/apollo-compiler/1.26.0 ) - 2025-01-23
21
+
22
+ ## Features
23
+
24
+ - ** Provide access to line/col lookup on a ` SourceFile ` - [ dylan-apollo] , [ pull/949] **
25
+
26
+ [ dylan-apollo ] : https://github.com/dylan-apollo
27
+ [ pull/949 ] : https://github.com/apollographql/apollo-rs/issues/949
28
+
29
+
20
30
# [ 1.25.0] ( https://crates.io/crates/apollo-compiler/1.25.0 ) - 2025-01-14
21
31
22
32
## ` apollo-compiler ` 1.x is stable!
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " apollo-compiler"
3
- version = " 1.25 .0" # When bumping, also update README.md
3
+ version = " 1.26 .0" # 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 @@ -41,7 +41,7 @@ Or add this to your `Cargo.toml` for a manual installation:
41
41
``` toml
42
42
# Just an example, change to the necessary package version.
43
43
[dependencies ]
44
- apollo-compiler = " 1.25 .0"
44
+ apollo-compiler = " 1.26 .0"
45
45
```
46
46
47
47
## Rust versions
You can’t perform that action at this time.
0 commit comments