Skip to content

Commit

Permalink
Merge pull request #124 from open-amt-cloud-toolkit/v2.7.0
Browse files Browse the repository at this point in the history
build: update changelog and version to 2.7.0
  • Loading branch information
madhavilosetty-intel authored May 4, 2023
2 parents 3963cd3 + 077f720 commit 41a95e1
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
<a name="2.7.0"></a>
## [vNext] - 2023-05-04
### Build
- update version to 2.7.0, update changelogbuild: update version to 2.6.0, update changelog
- update go to 1.20
- **deps:** bump golang.org/x/sys from 0.5.0 to 0.6.0
- **deps:** bump github.com/stretchr/testify from 1.8.1 to 1.8.2
- **deps:** bump github.com/gorilla/websocket from 1.4.2 to 1.5.0
- **deps:** bump github.com/sirupsen/logrus from 1.7.0 to 1.9.0
- **deps:** bump github.com/stretchr/testify from 1.7.0 to 1.8.1
- **deps:** bump golang.org/x/sys from 0.3.0 to 0.5.0

### Ci
- add go fmt and format code
- update github runners
- adds dependabot config
- **deps:** bump codecov to 3.1.3 ([#119](https://github.com/open-amt-cloud-toolkit/rpc-go/issues/119))

### Docs
- add discord info ([#111](https://github.com/open-amt-cloud-toolkit/rpc-go/issues/111))

### Feat
- **utils:** add -f (force) flag

### Fix
- **rps:** rpc will exit instead of hang when connection fails to rps

<a name="v2.6.0"></a>
## [v2.6.0] - 2023-02-16
### Build
Expand Down
2 changes: 1 addition & 1 deletion pkg/utils/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const (
// ProjectName is the name of the executable
ProjectName = "rpc"
// ProjectVersion is the full version of this executable
ProjectVersion = "2.6.0"
ProjectVersion = "2.7.0"
ProtocolVersion = "4.0.0"
// ClientName is the name of the exectable
ClientName = "RPC"
Expand Down

0 comments on commit 41a95e1

Please sign in to comment.