Skip to content

Commit 1a138ce

Browse files
authored
1 parent 9413e7f commit 1a138ce

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

crates/apollo-compiler/CHANGELOG.md

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

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+
2030
# [1.25.0](https://crates.io/crates/apollo-compiler/1.25.0) - 2025-01-14
2131

2232
## `apollo-compiler` 1.x is stable!

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.25.0" # When bumping, also update README.md
3+
version = "1.26.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.25.0"
44+
apollo-compiler = "1.26.0"
4545
```
4646

4747
## Rust versions

0 commit comments

Comments
 (0)