Skip to content

Commit 132570b

Browse files
authored
Merge pull request #415 from gphotosuploader/issue-413
Fix bug when setting version on build
2 parents 5f33f9c + bb63c54 commit 132570b

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ builds:
1111
- linux
1212
goarch:
1313
- amd64
14-
ldflags: -s -w -X=github.com/gphotosuploader/gphotos-uploader-cli/internal/cmd.version={{ .Version }}
14+
ldflags: -s -w -X=github.com/gphotosuploader/gphotos-uploader-cli/version.versionString={{ .Version }}
1515
checksum:
1616
name_template: 'checksums.txt'
1717
brews:

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file.
33

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

6+
## 4.2.1
7+
### Fixed
8+
- Fix versioning on releases since the publication of 4.x version. ([#413][i413])
9+
- Small typos in messages. Thanks, [@tbm](https://github.com/tbm) ([#414][i414])
10+
11+
### Changed
12+
- Bump `github.com/schollz/progressbar/v3` from 3.13.1 to 3.14.1 ([#411][i411])
13+
- Bump `golang.org/x/oauth2` from 0.13.0 to 0.14.0 ([#409][i409])
14+
- Bump `golang.org/x/sync` from 0.4.0 to 0.5.0 ([#408][i408])
15+
- Bump `github.com/spf13/cobra` from 1.7.0 to 1.8.0 ([#407][i407])
16+
17+
[i413]: https://github.com/gphotosuploader/gphotos-uploader-cli/issues/413
18+
[i414]: https://github.com/gphotosuploader/gphotos-uploader-cli/pulls/414
19+
[i411]: https://github.com/gphotosuploader/gphotos-uploader-cli/pulls/411
20+
[i409]: https://github.com/gphotosuploader/gphotos-uploader-cli/pulls/409
21+
[i408]: https://github.com/gphotosuploader/gphotos-uploader-cli/pulls/408
22+
[i407]: https://github.com/gphotosuploader/gphotos-uploader-cli/pulls/407
23+
624
## 4.2.0
725
### Added
826
- New parameter `--redirect-url-hostname` to the `auth` command in order to set the URL to use after the Google Photos authentication ([#402][i402])

0 commit comments

Comments
 (0)