Skip to content

Commit

Permalink
Merge pull request #6 from frederikstroem/release-v0.1.7
Browse files Browse the repository at this point in the history
v0.1.7
  • Loading branch information
frederikstroem committed Dec 28, 2023
2 parents a9e0770 + 80daaab commit f02b632
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aur_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
echo "::set-output name=version::$VERSION"
- name: 🚚 Publish AUR package
uses: frederikstroem/github-actions-deploy-aur@v2.8.1
uses: frederikstroem/github-actions-deploy-aur@v2.9.0
with:
pkgname: psource-git
pkgbuild: ./PKGBUILD
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.7] - 2023-12-28
### Fixed
- Fixed AUR publish workflow.
## [v0.1.6] - 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.6"
version = "0.1.7"
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 f02b632

Please sign in to comment.