Skip to content

Commit

Permalink
prepare v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nekr0z committed Oct 3, 2022
1 parent 8435222 commit 73ea2ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
GOOS=${{ matrix.goos }}
GOARCH=${{ matrix.goarch }}
CGO_ENABLED=0
go build -ldflags "-s -w -buildid= -X main.version=$VER -X main.googleClientId=${{ secrets.CLIENT_ID }} -X main.googleClientSecret=${{ secrets.CLIENT_SECRET }}"
go build -ldflags "-s -w -buildid= -X main.version=$VER -X main.googleClientId=${{ secrets.CLIENT_ID_WEB }} -X main.googleClientSecret=${{ secrets.CLIENT_SECRET_WEB }}"
echo "successful build for" $GOOS $GOARCH
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Pre-release]

## [0.4.0] - 2022-10-03
### Changed
- use new OAuth2 flow instead of the deprecated one

Expand Down Expand Up @@ -38,6 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
*initial release*

[Pre-release]: https://github.com/nekr0z/gphotosync/releases/tag/latest
[0.4.0]: https://github.com/nekr0z/gphotosync/releases/tag/v0.4.0
[0.3.4]: https://github.com/nekr0z/gphotosync/releases/tag/v0.3.4
[0.3.3]: https://github.com/nekr0z/gphotosync/releases/tag/v0.3.3
[0.3.2]: https://github.com/nekr0z/gphotosync/releases/tag/v0.3.2
Expand Down

0 comments on commit 73ea2ff

Please sign in to comment.