Skip to content

Commit

Permalink
add changelog entry for 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brennerm committed Nov 28, 2021
1 parent f57c34a commit d575928
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: publish package
uses: pypa/[email protected]
with:
user: __token__
user: bucketman
password: ${{ secrets.PYPI_API_TOKEN }}
- name: create Release
uses: actions/create-release@v1
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# 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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.0] - 2021-11-28

### Added

- initial release

0 comments on commit d575928

Please sign in to comment.