File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
src/pypi_attestation_models Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 0.0.1] - 2024-05-15
11+
12+ ### Added
13+
14+ - Initial implementation
15+
16+ [ unreleased ] : https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.1...HEAD
17+ [ 0.0.1 ] : https://github.com/trailofbits/pypi-attestation-models/releases/tag/v0.0.1
Original file line number Diff line number Diff line change 11"""The `pypi-attestation-models` APIs."""
22
3- __version__ = "0.0.1rc2 "
3+ __version__ = "0.0.1 "
44
55from ._impl import (
66 Attestation ,
You can’t perform that action at this time.
0 commit comments