All notable changes to this project will be documented in this file.
- Cache key for cargo that invalidates weekly
- Was always incrementing minor
- Codecov badge
- Delete legacy file
- Install git-cliff during CI
- Method of comparing semvers was flawed. Needed constant shift value otherwise 0.0.10 > 0.1.0 as 0.1.1 would be assigned 3 and 0.0.10 would be assigned 10
- Make updating minor default to stay within semver 2.0 guidlines
- Don't find git-cliff binary twice
- Pypi shields
- Update changelog for v0.2.0 [skip pre-commit.ci]
- Handle getting current semver better. means -h can be called outwith a repo
- Update README
- Update changelog for v0.1.0 [skip pre-commit.ci]
- Update changelog for v0.0.10 [skip pre-commit.ci]
- Update changelog for v0.0.8 [skip pre-commit.ci]
- Update changelog for v0.0.7 [skip pre-commit.ci]
- Remove upper limit on python version
- --no-verify as standard
- Python CI and CD
- Dependabot
- Update changelog for v0.0.6 [skip pre-commit.ci]
- Show version from CLI
- Remove version from CLI and rely on dynamic fetch
- Scratch showing version at runtime for now
- --comment flag
- Moved to python
- Automated versioning
- Update changelog for v0.0.5 [skip pre-commit.ci]
- Add logging
- Update changelog [skip pre-commit.ci]
- Update changelog [skip pre-commit.ci]
- Update changelog [skip pre-commit.ci]
- More information in changelog commit
- Update changelog for v0.0.4 [skip pre-commit.ci]
- Update changelog [skip pre-commit.ci]
- Only upload desired files
- Title
- Floating "
- Disable gpgsigning in CI via git config (also use --no-sign)
- Example usage
- Add supported os
- Add section on contributing
- Add macos to supported os
- Convert to python from bash
- Python gitignore
- Update changelog [skip pre-commit.ci]
- 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
- 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
- Update README
- Push current branch and tag at the same time
- CD workflow
- Move to actions-rs/install to leverage cache
- Cache cargo in CI
- Invalidate cache every week
- Use heredoc for template
- Use heredoc for template
- Setup test env correctly
- Use built-in cargo
- Remove -x flag