Skip to content

Commit

Permalink
update version to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
heqingpan committed Sep 16, 2023
1 parent 847e3ec commit e263a68
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
## v0.3.0

2023-09-16

1. rnacos支持集群部署,具备用于生产环境的条件。 集群起始版本更新为0.3.x
2. 配置中心使用raft协议+本地存储支持集群部署,不依赖mysql。
3. 注册中心使用类distro协议支持集群部署。
4. 修复非默认命名问题的配置中心下载配置内容为空的问题。

## v0.2.2

2023-09-16

1. rnacos支持部署部署,具备用于生产环境的条件。
1. rnacos支持集群部署,具备用于生产环境的条件。
2. 配置中心使用raft协议+本地存储支持集群部署,不依赖mysql。
3. 注册中心使用类distro协议支持集群部署。

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rnacos"
version = "0.2.2"
version = "0.3.0"
authors = ["heqingpan <heqingpan@126.com>"]
edition = "2018"
license = "MIT/Apache-2.0"
Expand Down

0 comments on commit e263a68

Please sign in to comment.