diff --git a/CHANGELOG.md b/CHANGELOG.md index 7598d3a..0c30d14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [1.0.8] - Unreleased +## [1.0.8] - 2024-01-30 - Added implementors guide to README.md - Improved pydantic v2 import logic - Improved prefix extraction during normalization diff --git a/README.md b/README.md index 85e4dc4..ab5a5a1 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ The corresponding test vectors can be found in `iscc_core/data.json`. ## Installation -Use the package manager [pip](https://pip.pypa.io/en/stable/) to install `iscc-core`. +Use the package manager [pip](https://pip.pypa.io/en/stable/) to install `iscc-core` as a library. ```bash pip install iscc-core @@ -180,7 +180,7 @@ ISCC:KACT4EBWK27737D2AYCJRAL5Z36G7Y7HA2BMECKMVRBEQXR2BJOS6NA ## Documentation -Documentation is published at +Documentation is published at ## Development diff --git a/docs/changelog.md b/docs/changelog.md index 7598d3a..0c30d14 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,6 @@ # Changelog -## [1.0.8] - Unreleased +## [1.0.8] - 2024-01-30 - Added implementors guide to README.md - Improved pydantic v2 import logic - Improved prefix extraction during normalization diff --git a/docs/index.md b/docs/index.md index 9a548f9..2e9c730 100644 --- a/docs/index.md +++ b/docs/index.md @@ -96,7 +96,7 @@ The corresponding test vectors can be found in `iscc_core/data.json`. ## Installation -Use the package manager [pip](https://pip.pypa.io/en/stable/) to install `iscc-core`. +Use the package manager [pip](https://pip.pypa.io/en/stable/) to install `iscc-core` as a library. ```bash pip install iscc-core @@ -181,7 +181,7 @@ ISCC:KACT4EBWK27737D2AYCJRAL5Z36G7Y7HA2BMECKMVRBEQXR2BJOS6NA ## Documentation -Documentation is published at +Documentation is published at ## Development