Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
bsodmike committed Sep 12, 2024
1 parent 91a6938 commit 366ba17
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

# Unreleased

- **changed:** CHANGELOG updated to reflect previously yanked versions.

# 3.0.0 (8 Sept 2024)

- **fixed:** Impl `std::error::Error` for the crates default error type.

# 2.0.0 (8 Sept 2024)
# 2.0.0 (8 Sept 2024) - Yanked

- **added:** Github CI
- **fixed:** Clippy offences
Expand All @@ -20,21 +22,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

See [PR for changes](https://github.com/bsodmike/better-limit-reader-rs/pull/1/files)

# 1.0.2 (7 Sept 2024)
# 1.0.2 (7 Sept 2024) - Yanked

- **changed:** Add enhancement task to README

# 1.0.1 (7 Sept 2024)
# 1.0.1 (7 Sept 2024) - Yanked

- **changed:** Fix README with correct links to docs

# 1.0.0 (7 Sept 2024)
# 1.0.0 (7 Sept 2024) - Yanked

- **changed:** BREAKING CHANGE: `read_limited()` returns `LimitReaderOutput` instead of a `usize`
- **changed:** Update README for running build script
- **changed:** Rename and improve info printed to STDOUT for `read_limited.rs` example.

# 0.2.0 (6 Sept 2024)
# 0.2.0 (6 Sept 2024) - Yanked

- **added:** Add Changelog
- **added:** Add Error type for crate
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "better-limit-reader"
version = "3.0.0"
version = "3.0.1"
authors = ["Michael de Silva <michael@cyberdynea.io>"]
description = "Configurable limit reader that limits the number of bytes read from an underlying reader, supporting decompression from Gzip and Zlib compressed via `flate2`"
readme = "README.md"
Expand Down

0 comments on commit 366ba17

Please sign in to comment.