Skip to content

Commit

Permalink
Release 0.0.1 (#16)
Browse files Browse the repository at this point in the history
* Add CHANGELOG.md

* pypi-attestation-models: 0.0.1
  • Loading branch information
facutuesca authored May 15, 2024
1 parent cab35a5 commit b252c16
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.0.1] - 2024-05-15

### Added

- Initial implementation

[unreleased]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.1...HEAD
[0.0.1]: https://github.com/trailofbits/pypi-attestation-models/releases/tag/v0.0.1
2 changes: 1 addition & 1 deletion src/pypi_attestation_models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""The `pypi-attestation-models` APIs."""

__version__ = "0.0.1rc2"
__version__ = "0.0.1"

from ._impl import (
Attestation,
Expand Down

0 comments on commit b252c16

Please sign in to comment.