We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dbb8b20 + ef75bfa commit 846cb46Copy full SHA for 846cb46
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
All notable changes will be documented here.
4
5
-## [v1.3.2] - UNRELEASED
+## [v1.3.2] - 2022-12-26
6
7
- Allow invocation without `GIT_DIR` variable
8
Makefile
@@ -30,7 +30,7 @@ build_tags := $(strip $(build_tags))
30
BUILD_FLAGS := -tags "$(build_tags) $(GITOPIA_ENV)"
31
32
appname := git-remote-gitopia
33
-version := 1.3.0
+version := 1.3.2
34
35
build = GOOS=$(1) GOARCH=$(2) go build $(BUILD_FLAGS) -o build/$(appname)$(3) ./cmd/git-remote-gitopia && \
36
GOOS=$(1) GOARCH=$(2) go build $(BUILD_FLAGS) -o build/git-gitopia$(3) ./cmd/git-gitopia
0 commit comments