-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): update changelog [skip pre-commit.ci]
- Loading branch information
1 parent
c5c13fb
commit 11164ea
Showing
1 changed file
with
75 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 --> |