Skip to content

Commit

Permalink
chore(release): update changelog [skip pre-commit.ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
iwishiwasaneagle committed Apr 24, 2022
1 parent c5c13fb commit 11164ea
Showing 1 changed file with 75 additions and 0 deletions.
75 changes: 75 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
# Changelog

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

## [0.0.2] - 2022-04-24

### Bug Fixes

- Only upload desired files
- Title
- Floating "
- Disable gpgsigning in CI via git config (also use --no-sign)

### Documentation

- Example usage
- Add supported os

### Features

- Add macos to supported os
- Convert to python from bash

### Miscellaneous Tasks

- Python gitignore

### Testing

- Auto-generate GPG key for git user to enable signing in tests
- Auto-generate GPG key for git user to enable signing in tests
- Auto-generate GPG key for git user to enable signing in tests (attempt 2)
- Use my own action git-user-random-gpg-key

## [0.0.1] - 2022-04-20

### Bug Fixes

- Add flow to check if changelog.md exists already within git
- Cannot pass 'latest' to --version
- Various errors
- Use random semver that won't (probably) ever be used
- Don't sign release in CI
- Skip git tag -v if no-sign is set
- Typo
- Disable caching in CI until I can be bothered to fix it
- Use matrix.os in cache as older os's wouldn't have the same packages

### Documentation

- Update README

### Features

- Push current branch and tag at the same time
- CD workflow

### Performance

- Move to actions-rs/install to leverage cache
- Cache cargo in CI
- Invalidate cache every week

### Refactor

- Use heredoc for template
- Use heredoc for template

### Testing

- Setup test env correctly
- Use built-in cargo
- Remove -x flag

<!-- generated by git-cliff -->

0 comments on commit 11164ea

Please sign in to comment.