Skip to content

Commit

Permalink
0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
al8n authored Mar 21, 2024
1 parent d464a55 commit 84662a9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

## RELEASED

### 0.2.3 (Mar 21st, 2024)

- Add `consume_in_place`, `peekable_with_capacity` and `fill_peek_buf` APIs

### 0.2.2 (Mar 21st, 2024)

- Add `consume` API
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 = "peekable"
version = "0.2.2"
version = "0.2.3"
edition = "2021"
repository = "https://github.com/al8n/peekable"
homepage = "https://github.com/al8n/peekable"
Expand Down
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,6 @@ English | [简体中文][zh-cn-url]
assert_eq!(peeked, readed);
```


## TODO

- [ ] Make peek buffer generic over `const N: usize`
- [ ] Add fill peek buffer API

#### License

`peekable` is under the terms of both the MIT license and the
Expand Down

0 comments on commit 84662a9

Please sign in to comment.