Skip to content

Commit

Permalink
release v2.1.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfreed committed Nov 16, 2021
1 parent cde0c54 commit 37cd304
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[package]
name = "bson"
version = "2.0.0"
version = "2.1.0-beta"
authors = [
"Y. T. Chung <[email protected]>",
"Kevin Yeh <[email protected]>",
"Saghm Rossi <[email protected]>",
"Patrick Freed <[email protected]>",
"Isabel Atkinson <[email protected]>",
"Abraham Egnor <[email protected]>",
]
description = "Encoding and decoding support for BSON in Rust"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ This crate is available on [crates.io](https://crates.io/crates/bson). To use it

```toml
[dependencies]
bson = "2.0.0"
bson = "2.1.0-beta"
```

Note that if you are using `bson` through the `mongodb` crate, you do not need to specify it in your
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
//!
//! ```toml
//! [dependencies]
//! bson = "2.0.0"
//! bson = "2.1.0-beta"
//! ```
//!
//! Note that if you are using `bson` through the `mongodb` crate, you do not need to specify it in
Expand Down Expand Up @@ -264,7 +264,7 @@
//! it will only happen in a minor or major version release.
#![allow(clippy::cognitive_complexity)]
#![doc(html_root_url = "https://docs.rs/bson/2.0.0")]
#![doc(html_root_url = "https://docs.rs/bson/2.1.0-beta")]
#![cfg_attr(docsrs, feature(doc_cfg))]

#[doc(inline)]
Expand Down

0 comments on commit 37cd304

Please sign in to comment.