Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This project uses [Semantic Versioning 2.0.0](http://semver.org/), the format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased

- The install scripts move to `https://dnsimple.com/install.sh` and `https://dnsimple.com/install.ps1`, and this repository no longer holds them. The upgrade command in the new release notice uses these URLs. The previous install URLs redirect to the new ones.

## 0.11.0 - 2026-08-24

- Release artifacts are published only to `dnsimple/cli`, and the `dnsimple/homebrew-tap` release mirror is removed. The install scripts and the Homebrew formula now download from `dnsimple/cli`. (dnsimple/cli#69)
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,17 @@ brew install dnsimple/tap/dnsimple
#### Using the install script

```shell
curl -fsSL http://cli-beta.dnsimple.com/install.sh | sh
curl -fsSL https://dnsimple.com/install.sh | sh
```

The install URL will eventually move to `https://dnsimple.com/install.sh`.

The install script downloads release artifacts from the `dnsimple/cli` releases.

### Windows

#### Using the PowerShell install script

```powershell
irm "https://cli-beta.dnsimple.com/install.ps1" | iex
irm "https://dnsimple.com/install.ps1" | iex
```

The installer downloads release artifacts from the `dnsimple/cli` releases.
Expand Down
200 changes: 0 additions & 200 deletions install.ps1

This file was deleted.

Loading