Skip to content

Commit

Permalink
[release] 20231011 (#2085)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname authored Oct 10, 2023
1 parent affe88d commit d8e676c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
19 changes: 11 additions & 8 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [4.0.2] - 2023-10-11
### Fixed
- Codegen expecting a ts manifest but not a yaml manifest (#2084)

Expand Down Expand Up @@ -422,13 +424,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.9.0] - 2021-04-19
### Added
- `@index` annotation is now supported in `graphql.schema` (#255):
- Can be added on any field of any entity except primary or foreign keys
- `@subql/node` will recognise it and create table with additional indexes to speed querying
- Allow query by indexed field via `global.store` (#271)
- `@jsonField` annotation is now supported in `graphql.schema` which allows you to store structured data JSON data in a single database field
- We'll automatically generate coresponding JSON interfaces when querying this data (#275)
- Read more about how you can use this in our [updated docs](https://doc.subquery.network/create/graphql.html#json-type)
- annotation is now supported in
- Can be added on any field of any entity except primary or foreign keys
- `@subql/node` will recognise it and create table with additional indexes to speed querying
- Allow query by indexed field via `global.store` (#271)
- annotation is now supported in
- We'll automatically generate coresponding JSON interfaces when querying this data (#275)
- Read more about how you can use this in our [updated docs](https://doc.subquery.network/create/graphql.html#json-type)

## [0.8.0] - 2021-03-11
### Added
Expand Down Expand Up @@ -467,7 +469,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- support subcommand codegen
- support subcommand init

[Unreleased]: https://github.com/subquery/subql/compare/cli/4.0.1...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/cli/4.0.2...HEAD
[4.0.2]: https://github.com/subquery/subql/compare/cli/4.0.1...cli/4.0.2
[4.0.1]: https://github.com/subquery/subql/compare/cli/4.0.0...cli/4.0.1
[4.0.0]: https://github.com/subquery/subql/compare/cli/3.6.1...cli/4.0.0
[3.6.1]: https://github.com/subquery/subql/compare/cli/3.6.0...cli/3.6.1
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@subql/cli",
"description": "cli for subquery",
"version": "4.0.2-0",
"version": "4.0.2",
"author": "Ian He",
"bin": {
"subql": "./bin/run"
Expand Down

0 comments on commit d8e676c

Please sign in to comment.