Skip to content

Commit

Permalink
Merge pull request #5 from frederikstroem/release-v0.1.6
Browse files Browse the repository at this point in the history
v0.1.6
  • Loading branch information
frederikstroem committed Dec 28, 2023
2 parents f88cc3f + e7dbd82 commit a9e0770
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/aur_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,11 @@ jobs:
echo "::set-output name=version::$VERSION"
- name: 🚚 Publish AUR package
uses: KSXGitHub/github-actions-deploy-aur@master
uses: frederikstroem/github-actions-deploy-aur@v2.8.1
with:
pkgname: psource-git
pkgbuild: ./PKGBUILD
test: true
test_flags: '--clean'
update_pkgver: true
commit_username: ${{ secrets.AUR_USERNAME }}
commit_email: ${{ secrets.AUR_EMAIL }}
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
```
- Add video/gif demo to README.md
## [v0.1.6] - 2023-12-28
### Fixed
- Fixed AUR publish workflow.
## [v0.1.5] - 2023-12-28
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "psource"
version = "0.1.5"
version = "0.1.6"
authors = ["Frederik Holm Strøm <crates.io@frederikstroem.com>"]
description = "CLI tool to pretty print source code to stdout or directly to the clipboard."
edition = "2021"
Expand Down

0 comments on commit a9e0770

Please sign in to comment.