From 7948273a0d0982330d3e032240ea8a95f3509b11 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sat, 20 Aug 2022 10:26:18 -0500 Subject: [PATCH] docs(CHANGES): Note cihai-cli installation change --- CHANGES | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 0db813f..8f77c62 100644 --- a/CHANGES +++ b/CHANGES @@ -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: , **** + +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