Skip to content

Commit

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

2024-03-28

1. 控制台前端资源请求支持开启gzip以提升页面首屏加载速度 #43
2. 修复raft在初始化index文件分两次写入弟一次写入成功弟二次写入失败,导致重启时index内容不全启动失败的问题。 #50

## v0.5.0

2024-03-18
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.5.0"
version = "0.5.1"
authors = ["heqingpan <[email protected]>"]
edition = "2018"
license = "MIT/Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/common/constant.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use std::sync::Arc;

pub const APP_VERSION: &str = "0.5.0";
pub const APP_VERSION: &str = "0.5.1";

pub const EMPTY_STR: &str = "";

Expand Down

0 comments on commit 6144150

Please sign in to comment.