Skip to content

Commit b252c16

Browse files
authored
Release 0.0.1 (#16)
* Add CHANGELOG.md * pypi-attestation-models: 0.0.1
1 parent cab35a5 commit b252c16

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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

src/pypi_attestation_models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""The `pypi-attestation-models` APIs."""
22

3-
__version__ = "0.0.1rc2"
3+
__version__ = "0.0.1"
44

55
from ._impl import (
66
Attestation,

0 commit comments

Comments
 (0)