Skip to content

Commit

Permalink
update version to v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
heqingpan committed Mar 1, 2024
1 parent ed96dc6 commit 293047b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.4.3

2024-03-01

1. 修复集群从节点在控制台导入配置不生效的问题 #41

## v0.4.2

2024-01-09
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.4.2"
version = "0.4.3"
authors = ["heqingpan <[email protected]>"]
edition = "2018"
license = "MIT/Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion loadtest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ log = "0"
env_logger = "0.7"
lazy_static = "1.4"
rand = "0.8"
nacos_rust_client = "0.3.0-beta.4"
nacos_rust_client = "0.3.0"

[dependencies.uuid]
version = "1.2.1"
Expand Down
2 changes: 1 addition & 1 deletion src/common/constant.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pub const APP_VERSION: &str = "0.4.2";
pub const APP_VERSION: &str = "0.4.3";

pub const EMPTY_STR: &str = "";

Expand Down

0 comments on commit 293047b

Please sign in to comment.