Skip to content

Commit

Permalink
docs(CHANGES): Note cihai-cli installation change
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Aug 20, 2022
1 parent 12b2573 commit 7948273
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion CHANGES
Expand Up @@ -17,10 +17,34 @@ You can test the unpublished version of cihai-cli before its released, see

Then use `cihai@next info 好`.

## cihai-cli 0.11.x (unreleased)
## cihai-cli 0.12.x (unreleased)

- _Insert changes/features/fixes for next release here_

## cihai-cli 0.11.0 (2022-08-20)

### Breaking changes

via: <https://github.com/cihai/cihai/pull/326>, **<https://github.com/cihai/cihai-cli/pull/279>**

The CLI version of `cihai` installed through `cihai-cli` again

Before (cihai 0.9 to 0.14, cihai-cli 0.5 to 0.10):

```console
$ pip install cihai[cli]
```

After (cihai 0.15+, cihai-cli 0.11+):

```console
$ pip install cihai-cli
```

This made deploying cihai + cihai-cli and pinning packages extremely laborious.

We can reinvestigate this model in the future.

## cihai-cli 0.10.x (2022-08-20)

### Breaking changes
Expand Down

0 comments on commit 7948273

Please sign in to comment.