Skip to content

Commit

Permalink
fix(entry): always preserve raw input + match ranges conversions (#62)
Browse files Browse the repository at this point in the history
* fix(entry): preserve raw input

* chore(version): bump workspace crates and television

* test: add tests for replace_non_printable and cleanup commented out code

* chore(changelog): update changelog (auto)

* chore(deps): update cargo dependencies

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
alexpasmantier and github-actions[bot] authored Nov 23, 2024
1 parent b703e1b commit edd9df4
Show file tree
Hide file tree
Showing 26 changed files with 416 additions and 271 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
git config user.email 'github-actions[bot]@users.noreply.github.com'
set +e
git add CHANGELOG.md
git commit -m "Update changelog"
git commit -m "chore(changelog): update changelog (auto)"
git push https://${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git ${{ steps.extract_branch.outputs.branch }}
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
### 🐛 Bug Fixes

- Quote file names that contain spaces when printing them to stdout (#51)
- *(entry)* Preserve raw input

### 🚜 Refactor

Expand All @@ -15,15 +16,20 @@ All notable changes to this project will be documented in this file.
### 📚 Documentation

- Terminal emulators compatibility and good first issues (#56)
- *(contributing)* Add setup step

### 🎨 Styling

- *(git)* Enforce conventional commits on git push with a hook
- *(git)* Enforce conventional commits on git push with a hook (#61)

### 🧪 Testing

- Add tests for replace_non_printable and cleanup commented out code

### ⚙️ Miscellaneous Tasks

- Add readme version update to github actions (#55)
- *(version)* Bump workspace crates and television
- *(changelog)* Update changelog (auto)

### Build

Expand Down
Loading

0 comments on commit edd9df4

Please sign in to comment.