|
1 | 1 | # @graphprotocol/graph-cli
|
2 | 2 |
|
| 3 | +## 0.96.0 |
| 4 | + |
| 5 | +### Minor Changes |
| 6 | + |
| 7 | +- [#1920](https://github.com/graphprotocol/graph-tooling/pull/1920) [`b6d7f1c`](https://github.com/graphprotocol/graph-tooling/commit/b6d7f1cd149c5784089aa92bafd63e6a0d9814a1) Thanks [@incrypto32](https://github.com/incrypto32)! - Add support for subgraph datasource in `graph init` |
| 8 | + |
| 9 | +- [#1929](https://github.com/graphprotocol/graph-tooling/pull/1929) [`4311d0e`](https://github.com/graphprotocol/graph-tooling/commit/4311d0e177b37a7698d5befae9b6e9cafa6b37c9) Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - `graph codegen`: handle events with fields with reserved names #1896 |
| 10 | + |
| 11 | +### Patch Changes |
| 12 | + |
| 13 | +- [#1834](https://github.com/graphprotocol/graph-tooling/pull/1834) [`0058157`](https://github.com/graphprotocol/graph-tooling/commit/0058157e45c8902cf0068c359492da3d751529f8) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates: |
| 14 | + |
| 15 | + - Updated dependency [`@oclif/[email protected]` ↗︎ ](https://www.npmjs.com/package/@oclif/core/v/4.2.4) (from `4.0.34`, in `dependencies`) |
| 16 | + - Updated dependency [`[email protected]` ↗︎ ](https://www.npmjs.com/package/chokidar/v/4.0.3) (from `4.0.1`, in `dependencies`) |
| 17 | + - Updated dependency [`[email protected]` ↗︎ ](https://www.npmjs.com/package/debug/v/4.4.0) (from `4.3.7`, in `dependencies`) |
| 18 | + - Updated dependency [`[email protected]` ↗︎ ](https://www.npmjs.com/package/fs-extra/v/11.3.0) (from `11.2.0`, in `dependencies`) |
| 19 | + - Updated dependency [`[email protected]` ↗︎ ](https://www.npmjs.com/package/glob/v/11.0.1) (from `11.0.0`, in `dependencies`) |
| 20 | + - Updated dependency [`[email protected]` ↗︎ ](https://www.npmjs.com/package/graphql/v/16.10.0) (from `16.9.0`, in `dependencies`) |
| 21 | + - Updated dependency [`[email protected]` ↗︎ ](https://www.npmjs.com/package/undici/v/7.3.0) (from `7.2.3`, in `dependencies`) |
| 22 | + - Updated dependency [`[email protected]` ↗︎ ](https://www.npmjs.com/package/yaml/v/2.7.0) (from `2.6.1`, in `dependencies`) |
| 23 | + |
| 24 | +- [#1932](https://github.com/graphprotocol/graph-tooling/pull/1932) [`80a2ae9`](https://github.com/graphprotocol/graph-tooling/commit/80a2ae9b11260786896665993655056ff048b84b) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates: |
| 25 | + |
| 26 | + - Updated dependency [`@oclif/[email protected]` ↗︎ ](https://www.npmjs.com/package/@oclif/core/v/4.2.6) (from `4.2.4`, in `dependencies`) |
| 27 | + - Updated dependency [`[email protected]` ↗︎ ](https://www.npmjs.com/package/semver/v/7.7.1) (from `7.6.3`, in `dependencies`) |
| 28 | + |
| 29 | +- [#1965](https://github.com/graphprotocol/graph-tooling/pull/1965) [`e7b0e72`](https://github.com/graphprotocol/graph-tooling/commit/e7b0e72610c63dceb1c0af9bd2ef2c14b8bf7609) Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - `graph init`: get generated apiVersion and specVersion up to date |
| 30 | + |
| 31 | +- [#1957](https://github.com/graphprotocol/graph-tooling/pull/1957) [`e4af888`](https://github.com/graphprotocol/graph-tooling/commit/e4af88808798e11450b7383d2d658b2ee5936979) Thanks [@0237h](https://github.com/0237h)! - Use Sourcify v2 endpoint for contract lookups |
| 32 | + |
| 33 | +- [#1962](https://github.com/graphprotocol/graph-tooling/pull/1962) [`7f22631`](https://github.com/graphprotocol/graph-tooling/commit/7f226318cf95d959bba2752d9c7d2d518c0622d7) Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - `graph init`: format and validate subgraph slug to match graph-node rules |
| 34 | + |
| 35 | +- [#1919](https://github.com/graphprotocol/graph-tooling/pull/1919) [`955f7b0`](https://github.com/graphprotocol/graph-tooling/commit/955f7b02629c142b18ea9f05fce0a6745a4921b7) Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - chore: move github actions around |
| 36 | + |
| 37 | +- [#1954](https://github.com/graphprotocol/graph-tooling/pull/1954) [`9fc413f`](https://github.com/graphprotocol/graph-tooling/commit/9fc413f6ba39bf0c4cc36a7683bb13a1157e3606) Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - fix bug with "other wallets" not working #1900 |
| 38 | + |
| 39 | +- [#1960](https://github.com/graphprotocol/graph-tooling/pull/1960) [`33a7148`](https://github.com/graphprotocol/graph-tooling/commit/33a71482283dd2e578ca02ceb8906e85438e09d0) Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - `graph init`: improve error reporting |
| 40 | + |
3 | 41 | ## 0.95.0
|
4 | 42 |
|
5 | 43 | ### Minor Changes
|
|
0 commit comments