Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(changelog): add entry #20

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,26 @@ All notable changes to this project will be documented in this file.
- Remove To-dos from Readme
- Break line in toml code for usability

### Features

- Pr-build flag to build artifacts for a pr manually if needed

### Miscellaneous Tasks

- Add ci
- Nightly builds
- Update header link
- Add release pr workflow
- Add caching
- Add signature and shallow clones to nightly
- Declutter and reorganize
- Remove lint from ci workflow and keep it separate, replace underscore in
workflow files
- Rebase and extract action to own repository
- Use create-binary-artifact action
- Put action version to follow main branch while action is still in development
- Switch ci to rustic-rs/create-binary-artifact action
- Switch rest of ci to rustic-rs/create-binary-artifact action

### Refactor

Expand All @@ -33,5 +48,6 @@ All notable changes to this project will be documented in this file.
### Styling

- Fmt
- Dprint fmt

<!-- generated by git-cliff -->
3 changes: 2 additions & 1 deletion dprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"**/*.{json}"
],
"excludes": [
"target/**/*"
"target/**/*",
".github/**/*"
],
"plugins": [
"https://plugins.dprint.dev/markdown-0.16.1.wasm",
Expand Down
Loading