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 c11e7e1 commit b13dab9
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion CHANGES
@@ -1,9 +1,33 @@
# Changelog

## cihai 0.15.x (unreleased)
## cihai 0.16.x (unreleased)

- _Insert changes/features/fixes for next release here_

## cihai 0.15.0 (2022-08-20)

### Breaking changes

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.

via: **[cihai#326](https://github.com/cihai/cihai/pull/326)**, [cihai-cli#279](https://github.com/cihai/cihai-cli/pull/279)

## cihai 0.14.1 (2022-08-20)

- Bump cihai-cli to 0.10.0
Expand Down

0 comments on commit b13dab9

Please sign in to comment.