Skip to content

Commit

Permalink
🔖 Bump to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
czy-29 committed Dec 7, 2024
1 parent 81f9382 commit 136c9fc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "est"
authors = ["29 <791603901@qq.com>"]
version = "0.4.3"
version = "0.5.0"
license = "MIT/Apache-2.0"
readme = "README.md"
keywords = ["std", "anyhow", "result", "collections", "indexmap"]
Expand Down
8 changes: 4 additions & 4 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@

原始作者:[@czy-29](https://github.com/czy-29)

最新版本:[v0.4.3](https://github.com/opensound-org/est/releases/tag/v0.4.3)
最新版本:[v0.5.0](https://github.com/opensound-org/est/releases/tag/v0.5.0)

![Crates.io Total Downloads](https://img.shields.io/crates/d/est)
[![Crates.io Dependents](https://img.shields.io/crates/dependents/est)](https://crates.io/crates/est/reverse_dependencies)
![GitHub Repo stars](https://img.shields.io/github/stars/opensound-org/est)

![MSRV (version)](https://img.shields.io/crates/msrv/est/0.4.3?label=v0.4.3-msrv)
[![dependency status (version)](https://deps.rs/crate/est/0.4.3/status.svg?subject=v0.4.3-deps)](https://deps.rs/crate/est/0.4.3)
![MSRV (version)](https://img.shields.io/crates/msrv/est/0.5.0?label=v0.5.0-msrv)
[![dependency status (version)](https://deps.rs/crate/est/0.5.0/status.svg?subject=v0.5.0-deps)](https://deps.rs/crate/est/0.5.0)

![MSRV (git)](https://img.shields.io/badge/git--msrv-1.80.0-blue)
[![dependency status (git)](https://deps.rs/repo/github/opensound-org/est/status.svg?subject=git-deps)](https://deps.rs/repo/github/opensound-org/est)
Expand Down Expand Up @@ -48,7 +48,7 @@ cargo add est
或者在您的 `Cargo.toml` 中:
```toml
[dependencies]
est = "0.4"
est = "0.5"
```

## Star历史
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ English | [简体中文](README-CN.md)

Original Author: [@czy-29](https://github.com/czy-29)

Latest version: [v0.4.3](https://github.com/opensound-org/est/releases/tag/v0.4.3)
Latest version: [v0.5.0](https://github.com/opensound-org/est/releases/tag/v0.5.0)

![Crates.io Total Downloads](https://img.shields.io/crates/d/est)
[![Crates.io Dependents](https://img.shields.io/crates/dependents/est)](https://crates.io/crates/est/reverse_dependencies)
![GitHub Repo stars](https://img.shields.io/github/stars/opensound-org/est)

![MSRV (version)](https://img.shields.io/crates/msrv/est/0.4.3?label=v0.4.3-msrv)
[![dependency status (version)](https://deps.rs/crate/est/0.4.3/status.svg?subject=v0.4.3-deps)](https://deps.rs/crate/est/0.4.3)
![MSRV (version)](https://img.shields.io/crates/msrv/est/0.5.0?label=v0.5.0-msrv)
[![dependency status (version)](https://deps.rs/crate/est/0.5.0/status.svg?subject=v0.5.0-deps)](https://deps.rs/crate/est/0.5.0)

![MSRV (git)](https://img.shields.io/badge/git--msrv-1.80.0-blue)
[![dependency status (git)](https://deps.rs/repo/github/opensound-org/est/status.svg?subject=git-deps)](https://deps.rs/repo/github/opensound-org/est)
Expand Down Expand Up @@ -48,7 +48,7 @@ cargo add est
Or in your `Cargo.toml`:
```toml
[dependencies]
est = "0.4"
est = "0.5"
```

## Star History
Expand Down

0 comments on commit 136c9fc

Please sign in to comment.