Skip to content

Commit

Permalink
Merge pull request #415 from gphotosuploader/issue-413
Browse files Browse the repository at this point in the history
Fix bug when setting version on build
  • Loading branch information
pacoorozco authored Nov 27, 2023
2 parents 5f33f9c + bb63c54 commit 132570b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ builds:
- linux
goarch:
- amd64
ldflags: -s -w -X=github.com/gphotosuploader/gphotos-uploader-cli/internal/cmd.version={{ .Version }}
ldflags: -s -w -X=github.com/gphotosuploader/gphotos-uploader-cli/version.versionString={{ .Version }}
checksum:
name_template: 'checksums.txt'
brews:
Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/).

## 4.2.1
### Fixed
- Fix versioning on releases since the publication of 4.x version. ([#413][i413])
- Small typos in messages. Thanks, [@tbm](https://github.com/tbm) ([#414][i414])

### Changed
- Bump `github.com/schollz/progressbar/v3` from 3.13.1 to 3.14.1 ([#411][i411])
- Bump `golang.org/x/oauth2` from 0.13.0 to 0.14.0 ([#409][i409])
- Bump `golang.org/x/sync` from 0.4.0 to 0.5.0 ([#408][i408])
- Bump `github.com/spf13/cobra` from 1.7.0 to 1.8.0 ([#407][i407])

[i413]: https://github.com/gphotosuploader/gphotos-uploader-cli/issues/413
[i414]: https://github.com/gphotosuploader/gphotos-uploader-cli/pulls/414
[i411]: https://github.com/gphotosuploader/gphotos-uploader-cli/pulls/411
[i409]: https://github.com/gphotosuploader/gphotos-uploader-cli/pulls/409
[i408]: https://github.com/gphotosuploader/gphotos-uploader-cli/pulls/408
[i407]: https://github.com/gphotosuploader/gphotos-uploader-cli/pulls/407

## 4.2.0
### Added
- New parameter `--redirect-url-hostname` to the `auth` command in order to set the URL to use after the Google Photos authentication ([#402][i402])
Expand Down

0 comments on commit 132570b

Please sign in to comment.