You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-notes/change-log.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@ All notable changes to this project will be documented in this file.
9
9
10
10
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).
11
11
12
-
## Unreleased
12
+
## v1.11.0
13
13
14
-
* Commands `run`, `gui` and `info` now accept the new standard package definition (ex: `ethereum-common@latest`) to reference an spkg file from https://substreams.dev
14
+
* Commands `run`, `gui` and `info` now accept the new standard package definition (ex: `ethereum-common@latest`) to reference an spkg file from `https://substreams.dev`.
15
15
* Changed `substreams run`: the two positional parameters now align with `gui`: `[package [module_name]]`. The syntax `substreams run <module_name>` is not accepted anymore.
16
16
* Added `substreams publish` to `publish` a package on the substreams registry (check on `https://substreams.dev`).
17
17
* Added `substreams registry` to `login` and `publish` on the substreams registry (check on `https://substreams.dev`).
0 commit comments