Skip to content

Commit

Permalink
🔖 Bump to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
czy-29 committed Dec 12, 2024
1 parent 0ac7790 commit e101991
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 <[email protected]>"]
version = "0.5.0"
version = "0.6.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.5.0](https://github.com/opensound-org/est/releases/tag/v0.5.0)
最新版本:[v0.6.0](https://github.com/opensound-org/est/releases/tag/v0.6.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.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 (version)](https://img.shields.io/crates/msrv/est/0.6.0?label=v0.6.0-msrv)
[![dependency status (version)](https://deps.rs/crate/est/0.6.0/status.svg?subject=v0.6.0-deps)](https://deps.rs/crate/est/0.6.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 @@ -49,7 +49,7 @@ cargo add est
或者在您的 `Cargo.toml` 中:
```toml
[dependencies]
est = "0.5"
est = "0.6"
```

## 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.5.0](https://github.com/opensound-org/est/releases/tag/v0.5.0)
Latest version: [v0.6.0](https://github.com/opensound-org/est/releases/tag/v0.6.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.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 (version)](https://img.shields.io/crates/msrv/est/0.6.0?label=v0.6.0-msrv)
[![dependency status (version)](https://deps.rs/crate/est/0.6.0/status.svg?subject=v0.6.0-deps)](https://deps.rs/crate/est/0.6.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 @@ -49,7 +49,7 @@ cargo add est
Or in your `Cargo.toml`:
```toml
[dependencies]
est = "0.5"
est = "0.6"
```

## Star History
Expand Down

0 comments on commit e101991

Please sign in to comment.