Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
<a name="1.0.0"></a>
# 1.0.0 (2023-01-17)

### Bug Fixes

* add autonomy exec to manager ([d0640e8](d0640e8))
* add btc multisign address fork ([b07883a](b07883a))
* add user.p.game ignore height ([5498357](5498357))
* add user.p.proof ignore height list ([44d78d5](44d78d5))
* fixed version value ([7aa99f2](7aa99f2))
* sync chain33 patch version ([23d8bc7](23d8bc7))
* sync chain33 patch version 1.67.2 ([34d6e6b](34d6e6b))
* sync plugin patch version v1.67.5 ([118c62d](118c62d))
* sync plugin patch version v1.67.5 ([f535920](f535920))
* update fork height to 23m ([5a566cc](5a566cc))

### Features

* multiple address format ([87f955b](87f955b))
* release 6.6.0 ([b2484c9](b2484c9))
* release v6.6.0 ([05dc1c6](05dc1c6))
* sync chain33 v1.67.0 ([91d6b95](91d6b95))
  • Loading branch information
semantic-release-bot committed Jan 17, 2023
1 parent 7450328 commit f24d09b
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
changelog

<a name="1.0.0"></a>
# 1.0.0 (2023-01-17)


### Bug Fixes

* add autonomy exec to manager ([d0640e8](https://github.com/bysomeone/bityuan/commit/d0640e8))
* add btc multisign address fork ([b07883a](https://github.com/bysomeone/bityuan/commit/b07883a))
* add user.p.game ignore height ([5498357](https://github.com/bysomeone/bityuan/commit/5498357))
* add user.p.proof ignore height list ([44d78d5](https://github.com/bysomeone/bityuan/commit/44d78d5))
* fixed version value ([7aa99f2](https://github.com/bysomeone/bityuan/commit/7aa99f2))
* sync chain33 patch version ([23d8bc7](https://github.com/bysomeone/bityuan/commit/23d8bc7))
* sync chain33 patch version 1.67.2 ([34d6e6b](https://github.com/bysomeone/bityuan/commit/34d6e6b))
* sync plugin patch version v1.67.5 ([118c62d](https://github.com/bysomeone/bityuan/commit/118c62d))
* sync plugin patch version v1.67.5 ([f535920](https://github.com/bysomeone/bityuan/commit/f535920))
* update fork height to 23m ([5a566cc](https://github.com/bysomeone/bityuan/commit/5a566cc))

### Features

* multiple address format ([87f955b](https://github.com/bysomeone/bityuan/commit/87f955b))
* release 6.6.0 ([b2484c9](https://github.com/bysomeone/bityuan/commit/b2484c9))
* release v6.6.0 ([05dc1c6](https://github.com/bysomeone/bityuan/commit/05dc1c6))
* sync chain33 v1.67.0 ([91d6b95](https://github.com/bysomeone/bityuan/commit/91d6b95))

<a name="6.8.1"></a>
## [6.8.1](https://github.com/bityuan/bityuan/compare/v6.8.0...v6.8.1) (2022-09-14)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Windows Build Status](https://ci.appveyor.com/api/projects/status/github/bityuan/bityuan?svg=true&branch=master&passingText=Windows%20-%20OK&failingText=Windows%20-%20failed&pendingText=Windows%20-%20pending)](https://ci.appveyor.com/project/bityuan/bityuan)
[![Macos Build Status](https://github.com/bityuan/bityuan/actions/workflows/MacOS.yml/badge.svg)](https://github.com/bityuan/bityuan/actions/workflows/MacOS.yml)

# 基于 chain33 区块链开发 框架 开发的 bityuan 系统(v6.8.1
# 基于 chain33 区块链开发 框架 开发的 bityuan 系统(v1.0.0

官方网站: https://www.bityuan.com

Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

var (
Version = "6.8.1"
Version = "1.0.0"
GitCommit string
BuildTime string
// GoVersion system go version
Expand Down

0 comments on commit f24d09b

Please sign in to comment.