Skip to content

Commit

Permalink
Version bump to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vorner committed Aug 10, 2019
1 parent e961fb1 commit 24df2c9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.4.2

* The Access functionality ‒ ability to pass a handle to subpart of held data to
somewhere with the ability to update itself.
* Mapped cache can take `FnMut` as well as `Fn`.

# 0.4.1
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 = "arc-swap"
version = "0.4.1"
version = "0.4.2"
authors = ["Michal 'vorner' Vaner <[email protected]>"]
description = "Atomically swappable Arc"
documentation = "https://docs.rs/arc-swap"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![doc(
html_root_url = "https://docs.rs/arc-swap/0.4.1/arc-swap/",
html_root_url = "https://docs.rs/arc-swap/0.4.2/arc-swap/",
test(attr(deny(warnings)))
)]
#![deny(missing_docs, warnings)]
Expand Down

0 comments on commit 24df2c9

Please sign in to comment.