Skip to content

Commit 9caa826

Browse files
authored
Merge pull request #10 from popzxc/v0.2.1
Prepare v0.2.1 release
2 parents 95049d2 + 7f8e398 commit 9caa826

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [[Unreleased]]
44

5+
## 0.2.1 (09.07.2020)
6+
7+
- `VecExt::remove_item` method was added (#9).
8+
59
## 0.2.0 (02.07.2020)
610

711
- `compile_warning` and `function_name` macros were added (#4).

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stdext"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Igor Aleksanov <[email protected]>"]
55
edition = "2018"
66
repository = "https://github.com/popzxc/stdext-rs"

0 commit comments

Comments
 (0)