We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 95049d2 + 7f8e398 commit 9caa826Copy full SHA for 9caa826
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## [[Unreleased]]
4
5
+## 0.2.1 (09.07.2020)
6
+
7
+- `VecExt::remove_item` method was added (#9).
8
9
## 0.2.0 (02.07.2020)
10
11
- `compile_warning` and `function_name` macros were added (#4).
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "stdext"
-version = "0.2.0"
+version = "0.2.1"
authors = ["Igor Aleksanov <[email protected]>"]
edition = "2018"
repository = "https://github.com/popzxc/stdext-rs"
0 commit comments