Skip to content

Commit

Permalink
(cargo-release) version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tov committed Dec 1, 2021
1 parent 5923197 commit c4ac207
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ The format is based on [Keep a Changelog] and this project adheres to

## [Next Release]

## [0.3.2] - 2021-12-01

## [0.3.1] - 2021-11-30

### Added
Expand Down Expand Up @@ -74,7 +76,8 @@ The format is based on [Keep a Changelog] and this project adheres to

Initial release.

[Next Release]: <https://github.com/tov/weak-table-rs/compare/v0.3.1...HEAD>
[Next Release]: <https://github.com/tov/weak-table-rs/compare/v0.3.2...HEAD>
[0.3.2]: <https://github.com/tov/weak-table-rs/compare/v0.3.1...v0.3.2>
[0.3.1]: <https://github.com/tov/weak-table-rs/compare/v0.3.1-alpha.0...v0.3.1>
[0.2.4]: <https://github.com/tov/weak-table-rs/compare/0.2.3...0.2.4>
[0.2.3]: <https://github.com/tov/weak-table-rs/compare/0.2.2...0.2.3>
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 = "weak-table"
version = "0.3.1"
version = "0.3.2"
authors = ["Jesse A. Tov <jesse.tov@gmail.com>"]
description = "Weak hash maps and sets"
repository = "https://github.com/tov/weak-table-rs"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
//! }
//! ```

#![doc(html_root_url = "https://docs.rs/weak-table/0.3.1")]
#![doc(html_root_url = "https://docs.rs/weak-table/0.3.2")]

#![cfg_attr(not(feature = "std"), no_std)]

Expand Down

0 comments on commit c4ac207

Please sign in to comment.