Skip to content

Commit b4e5165

Browse files
committed
cli 1.0.2 release
1 parent 42f22b2 commit b4e5165

File tree

10 files changed

+42
-26
lines changed

10 files changed

+42
-26
lines changed

public/changelog.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,13 @@
342342
}
343343
},
344344
"data": [
345+
{
346+
"category": "release",
347+
"date": "2025-11-20",
348+
"description": "CRE CLI version 1.0.2 is now available with various improvements based on user feedback.\n\nUpdate your CLI by running `cre update` when prompted, or follow the [CLI Installation guide](https://docs.chain.link/cre/getting-started/cli-installation) for fresh installations.",
349+
"title": "CRE CLI v1.0.2",
350+
"topic": "CRE"
351+
},
345352
{
346353
"category": "integration",
347354
"date": "2025-11-16",

src/components/DownloadButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const DownloadButton = () => {
1515
}
1616

1717
const handleClick = () => {
18-
window.open("https://github.com/smartcontractkit/cre-cli/releases/tag/v1.0.1", "_blank", "noopener,noreferrer")
18+
window.open("https://github.com/smartcontractkit/cre-cli/releases/tag/v1.0.2", "_blank", "noopener,noreferrer")
1919
}
2020

2121
const handleMouseOver = (e) => {

src/content/cre/getting-started/cli-installation/macos-linux.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ title: "Installing the CRE CLI on macOS and Linux"
55
metadata:
66
description: "Install the CRE CLI on macOS or Linux: choose automatic script or manual setup, verify integrity, and get ready to build workflows."
77
datePublished: "2025-11-04"
8-
lastModified: "2025-11-04"
8+
lastModified: "2025-11-20"
99
---
1010

1111
import { Aside, CopyText, PageTabs } from "@components"
1212
import { DownloadButton } from "~/components/DownloadButton.tsx"
1313

14-
This page explains how to install the CRE CLI on macOS or Linux. The recommended version at the time of writing is **v1.0.1**.
14+
This page explains how to install the CRE CLI on macOS or Linux. The recommended version at the time of writing is **v1.0.2**.
1515

1616
<PageTabs
1717
pages={[
@@ -66,7 +66,7 @@ After the script completes, verify the installation:
6666
cre version
6767
```
6868

69-
**Expected output:** `cre version v1.0.1`
69+
**Expected output:** `cre version v1.0.2`
7070

7171
<Aside type="note" title="macOS Gatekeeper">
7272
If you see warnings about "unrecognized developer/source" on macOS, run:{" "}
@@ -115,10 +115,10 @@ Compare the output with the official checksum below:
115115

116116
| <div style="width: 200px;">File</div> | SHA-256 Checksum |
117117
| ------------------------------------- | ----------------------------------------------------------------------------------------- |
118-
| `cre_darwin_amd64.zip` | <CopyText text="4464ed2c005dc383a14a8fbab22361eba6590a36970d3e327f2952f2b45b3619" code /> |
119-
| `cre_darwin_arm64.zip` | <CopyText text="621ba08b8fdfa094fb846f16a1e87753bb70687dc0d0f2a6336ab03825e24fb9" code /> |
120-
| `cre_linux_amd64.tar.gz` | <CopyText text="36c394650ad309b649860fa3fb16df6d23617d47123b5c96947f7060eb9198fd" code /> |
121-
| `cre_linux_arm64.tar.gz` | <CopyText text="f0019c04f8dc797186ebea18694a06baea79b3e98818b86a9c73559cba0c24e1" code /> |
118+
| `cre_darwin_amd64.zip` | <CopyText text="482e53d3a5f8471034d30c935196d2dca2ab09a5fe1ab2083ad336172565291b" code /> |
119+
| `cre_darwin_arm64.zip` | <CopyText text="92b0409801dd4e44f90a85331615f3e4b8cf1fe9f90a8eab3ad8bb3458b4b6cf" code /> |
120+
| `cre_linux_amd64.tar.gz` | <CopyText text="d3a8b9b999b4b8bf73b2235d27386acf4efbc8f05d86d9e6066abda23ee9ce9b" code /> |
121+
| `cre_linux_arm64.tar.gz` | <CopyText text="f52d618727ccc8fb6ab4b1f9418b09424c8505428131a49c01bb33ca2bc86fe3" code /> |
122122

123123
If the checksum doesn't match, do not proceed with installation. Contact your Chainlink point of contact for assistance.
124124

@@ -143,7 +143,7 @@ If the checksum doesn't match, do not proceed with installation. Contact your Ch
143143
1. **Rename the extracted binary to `cre`**
144144

145145
```bash
146-
mv cre_v1.0.1_darwin_arm64 cre
146+
mv cre_v1.0.2_darwin_arm64 cre
147147
```
148148

149149
1. **Make it executable**:
@@ -216,7 +216,7 @@ cre version
216216

217217
**Expected output:**
218218

219-
You should see version information: `cre version v1.0.1`.
219+
You should see version information: `cre version v1.0.2`.
220220

221221
**If it doesn't work:**
222222

src/content/cre/getting-started/cli-installation/windows.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ title: "Installing the CRE CLI on Windows"
55
metadata:
66
description: "Install the CRE CLI on Windows: use PowerShell for quick setup or manual installation, verify integrity, and start building workflows."
77
datePublished: "2025-11-04"
8-
lastModified: "2025-11-04"
8+
lastModified: "2025-11-20"
99
---
1010

1111
import { Aside, CopyText, PageTabs } from "@components"
1212
import { DownloadButton } from "~/components/DownloadButton.tsx"
1313

14-
This page explains how to install the Chainlink Developer Platform CLI (also referred to as the CRE CLI) on Windows. The recommended version at the time of writing is **v1.0.1**.
14+
This page explains how to install the Chainlink Developer Platform CLI (also referred to as the CRE CLI) on Windows. The recommended version at the time of writing is **v1.0.2**.
1515

1616
<PageTabs
1717
pages={[
@@ -65,7 +65,7 @@ After the script completes, **open a new PowerShell window** and verify the inst
6565
cre version
6666
```
6767

68-
**Expected output:** `cre version v1.0.1`
68+
**Expected output:** `cre version v1.0.2`
6969

7070
### Manual installation
7171

@@ -97,7 +97,7 @@ Compare the `Hash` value in the output with the official checksum below:
9797

9898
| <div style="width: 200px;">File</div> | SHA-256 Checksum |
9999
| ------------------------------------- | ----------------------------------------------------------------------------------------- |
100-
| `cre_windows_amd64.zip` | <CopyText text="ae6f7d3a8978e12716c2cdcfdf6a35617e63c327fcf0e74b0b5d657b1cdf503a" code /> |
100+
| `cre_windows_amd64.zip` | <CopyText text="60fe65b74619c4164c0a9d6442611bf8537a04a6daf1ed3ecefc608cbbffdb01" code /> |
101101

102102
If the checksum doesn't match, do not proceed with installation. Contact your Chainlink point of contact for assistance.
103103

@@ -106,7 +106,7 @@ If the checksum doesn't match, do not proceed with installation. Contact your Ch
106106
1. Navigate to the directory where you downloaded the archive.
107107
1. Right-click the `.zip` file and select **Extract All...**.
108108
1. Choose a permanent location for the extracted folder (e.g., `C:\Program Files\cre-cli`).
109-
1. Inside the extracted folder, rename the file `cre_v1.0.1_windows_amd64.exe` to `cre.exe`.
109+
1. Inside the extracted folder, rename the file `cre_v1.0.2_windows_amd64.exe` to `cre.exe`.
110110

111111
#### 3. Add the CLI to your PATH
112112

@@ -131,7 +131,7 @@ Open a new **PowerShell** or **Command Prompt** window and run:
131131
cre version
132132
```
133133

134-
You should see version information: `cre version v1.0.1`.
134+
You should see version information: `cre version v1.0.2`.
135135

136136
## Next steps
137137

src/content/cre/guides/workflow/using-evm-client/onchain-write/building-consumer-contracts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ date: Last Modified
55
metadata:
66
description: "Build smart contracts that receive CRE data: learn to implement the IReceiver interface and safely handle verified workflow reports."
77
datePublished: "2025-11-04"
8-
lastModified: "2025-11-04"
8+
lastModified: "2025-11-20"
99
---
1010

1111
import { Aside, ClickToZoom } from "@components"

src/content/cre/guides/workflow/using-evm-client/supported-networks-go.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pageId: "evm-supported-networks"
77
metadata:
88
description: "Learn which EVM networks are supported for read and write operations in CRE workflows."
99
datePublished: "2025-11-04"
10-
lastModified: "2025-11-04"
10+
lastModified: "2025-11-20"
1111
---
1212

1313
import { Aside, CopyText } from "@components"

src/content/cre/guides/workflow/using-evm-client/supported-networks-ts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pageId: "evm-supported-networks"
77
metadata:
88
description: "Learn which EVM networks are supported for read and write operations in CRE workflows."
99
datePublished: "2025-11-04"
10-
lastModified: "2025-11-04"
10+
lastModified: "2025-11-20"
1111
---
1212

1313
import { Aside, CopyText } from "@components"

src/content/cre/reference/cli/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ isIndex: true
66
metadata:
77
description: "Explore all CRE CLI commands: complete reference for project setup, workflow deployment, account management, and development tools."
88
datePublished: "2025-11-04"
9-
lastModified: "2025-11-04"
9+
lastModified: "2025-11-20"
1010
---
1111

1212
import { Aside } from "@components"
1313

14-
<Aside type="note" title="Required CLI Version: v1.0.1">
15-
To ensure compatibility with the guides and examples in this documentation, please use version `v1.0.1` of the CRE
14+
<Aside type="note" title="Required CLI Version: v1.0.2">
15+
To ensure compatibility with the guides and examples in this documentation, please use version `v1.0.2` of the CRE
1616
CLI. You can check your installed version by running `cre version`. Refer to the [CLI
1717
Installation](/cre/getting-started/cli-installation/macos-linux) guide for more information.
1818
</Aside>

src/content/cre/reference/cli/utilities.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: "Utility Commands"
55
metadata:
66
description: "Find CLI utility commands: reference for version checking, binding generation, and helpful development tools."
77
datePublished: "2025-11-04"
8-
lastModified: "2025-11-04"
8+
lastModified: "2025-11-20"
99
---
1010

1111
import { Aside } from "@components"
@@ -53,12 +53,12 @@ cre version
5353
**Example output:**
5454

5555
```bash
56-
cre version v1.0.1
56+
cre version v1.0.2
5757
```
5858

5959
{/* prettier-ignore */}
6060
<Aside type="note" title="Version compatibility">
61-
Always check that your CLI version matches the version recommended in the documentation. The current recommended version is **v1.0.1**. See the [CLI Installation guide](/cre/getting-started/cli-installation) for more information.
61+
Always check that your CLI version matches the version recommended in the documentation. The current recommended version is **v1.0.2**. See the [CLI Installation guide](/cre/getting-started/cli-installation) for more information.
6262
</Aside>
6363

6464
## Learn more

src/content/cre/release-notes.mdx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,22 @@ date: Last Modified
55
metadata:
66
description: "Discover what's new in CRE: latest features, changes, and improvements in each release of the Chainlink Runtime Environment."
77
datePublished: "2025-11-04"
8-
lastModified: "2025-11-04"
8+
lastModified: "2025-11-20"
99
---
1010

1111
import { Aside } from "@components"
1212

1313
This page provides detailed release notes for CRE. It includes information on new features, significant changes, and known limitations.
1414

15+
## CLI v1.0.2 - November 20, 2025
16+
17+
**<a href="https://github.com/smartcontractkit/cre-cli/releases/tag/v1.0.2" target="_blank">CRE CLI version 1.0.2</a> is now available.** This release includes various improvements based on user feedback.
18+
19+
### How to update
20+
21+
- **Automatic update**: When you run any CRE command, the CLI will automatically detect if a newer version is available and prompt you to update. Simply run `cre update` to install the latest version.
22+
- **Fresh installation**: If you're installing the CLI for the first time, follow the [CLI Installation guide](/cre/getting-started/cli-installation).
23+
1524
## Release - November 4, 2025
1625

1726
**Chainlink Runtime Environment (CRE) is now live.** CRE is the all-in-one orchestration layer unlocking institutional-grade smart contracts—data-connected, compliance-ready, privacy-preserving, and interoperable across blockchains and existing systems.

0 commit comments

Comments
 (0)