Skip to content

Commit

Permalink
Merge branch 'hotfix/2020.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Sep 30, 2022
2 parents 83ff118 + be5e08a commit e2504ee
Show file tree
Hide file tree
Showing 5 changed files with 76 additions and 100 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@

## develop

## 2020.2.1

- [UPDATE] Go 1.19 に上げる
- [UPDATE] github.com/stretchr/testify を v1.8.0 に上げる
- [UPDATE] github.com/teserakt-io/golang-ed25519 を v0.0.0-20210104091850-3888c087a4c8 に上げる
- [UPDATE] golang.org/x/crypto を v0.0.0-20220926161630-eccd6366d1be に上げる

## 2020.2

- [CHANGE] e2ee を利用し始める時は e2ee.init() を必ず呼ぶように変更する
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 2020.2
VERSION = 2020.2.1

all:
GOOS=js GOARCH=wasm go build -ldflags='-X main.Version=$(VERSION)' -o dist/wasm.wasm cmd/wasm/main.go
Expand Down

0 comments on commit e2504ee

Please sign in to comment.