Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
elomatreb committed Jan 23, 2022
1 parent 92675ab commit e2273a5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 0.1.1 (2022-01-23)

- Add `guaranteed_head` and `guaranteed_tail` methods that return a fixed-size array of the minimum size with the first and last items respectively. Suggested by [Nemo157](https://github.com/Nemo157).
- Add some diagnostic function attributes:
- Add `#[must_use]` to `MinSizedVec::into_inner`
- Add `#[track_caller]` to `MinSizedVec::remove` and `MinSizedVec::swap_remove`

# 0.1.0 (2021-07-30)

Initial release.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "minsize"
version = "0.1.0"
version = "0.1.1"
edition = "2018"
description = "Collections with a statically known minimum size (using const generics)"
repository = "https://github.com/elomatreb/minsize"
Expand Down

0 comments on commit e2273a5

Please sign in to comment.