Skip to content

Commit

Permalink
docs(changelog): add changelog for version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
genshen committed Jul 31, 2023
1 parent 8a1cbe0 commit 710951c
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,42 @@

<a name="v0.6.0"></a>
## [v0.6.0](https://github.com/genshen/wssocks/compare/v0.5.0...v0.6.0)

> 2023-07-31
### Build

* **gomodule:** bump go packages to latest
* **gomodule:** bump package golang.org/x/crypto and golang.org/x/sync to fix building error
* **gomodule:** update dependencies version
* **makefile:** add darwin-arm64 building in Makefile
* **npm:** bump react-scripts to v5 to fix "error:0308010C:digital envelope routines::unsupported"
* **status:** bump dependencies version in yarn.lock
* **status:** bump evergreen-ui to 6.5.1

### Ci

* **github-action:** bump gh-actions version: go, node, actions of setup-go, setup-node and checkout
* **github-action:** create Release via github action
* **github-action:** bump node to 16.x and go to 1.18 in github action

### Feat

* **client:** add ability to catch error from any tasks in main goroutine
* **version:** bump version to v0.6.0

### Fix

* **server:** fix bug of server side crashing when using http/https proxy

### Merge

* **client:** Merge pull request [#54](https://github.com/genshen/wssocks/issues/54) from genshen/feature-client-wait-with-error
* **github-action:** Merge pull request [#67](https://github.com/genshen/wssocks/issues/67) from genshen/ci-create-release
* **server:** Merge pull request [#57](https://github.com/genshen/wssocks/issues/57) from genshen/fix-http-proxy-panic
* **status:** Merge pull request [#45](https://github.com/genshen/wssocks/issues/45) from genshen/bump-status-web-dependencies


<a name="v0.5.0"></a>
## [v0.5.0](https://github.com/genshen/wssocks/compare/v0.5.0-rc.3...v0.5.0)

Expand Down

0 comments on commit 710951c

Please sign in to comment.