From dd1cda98002b2060bb424e20edfb41b21d9e52eb Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Fri, 28 Jun 2024 12:46:50 -0400 Subject: [PATCH] CHANGELOG, README: more renames (#26) Signed-off-by: William Woodruff --- CHANGELOG.md | 5 +++++ README.md | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bc4ba4..cadb7d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- The name of this project is now `pypi-attestations`, renamed from + `pypi-attestion-models` ([#25](https://github.com/trailofbits/pypi-attestations/pull/25)) + ## [0.0.2] - 2024-05-16 ### Changed diff --git a/README.md b/README.md index a6cfddc..b6bc30b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# PyPI Attestation Models +# pypi-attestations [![CI](https://github.com/trailofbits/pypi-attestation-models/actions/workflows/tests.yml/badge.svg)](https://github.com/trailofbits/pypi-attestation-models/actions/workflows/tests.yml) @@ -6,7 +6,8 @@ [![Packaging status](https://repology.org/badge/tiny-repos/python:pypi-attestation-models.svg)](https://repology.org/project/python:pypi-attestation-models/versions) -A library to convert between Sigstore Bundles and [PEP 740] Attestation objects +A library to generate and convert between Sigstore Bundles and [PEP 740] +Attestation objects. ## Installation