Skip to content

Commit

Permalink
Release v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
titusz committed Jan 30, 2024
1 parent 53b3fbe commit db4e1f9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -180,7 +180,7 @@ ISCC:KACT4EBWK27737D2AYCJRAL5Z36G7Y7HA2BMECKMVRBEQXR2BJOS6NA

## Documentation

Documentation is published at<https://core.iscc.codes>
Documentation is published at <https://core.iscc.codes>

## Development

Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -181,7 +181,7 @@ ISCC:KACT4EBWK27737D2AYCJRAL5Z36G7Y7HA2BMECKMVRBEQXR2BJOS6NA

## Documentation

Documentation is published at<https://core.iscc.codes>
Documentation is published at <https://core.iscc.codes>

## Development

Expand Down

0 comments on commit db4e1f9

Please sign in to comment.