cbc 0.2.0

Cipher Block Chaining (CBC) block cipher mode of operation
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.2.0 (2026-04-10)
### Removed
- `std` feature ([#76])
- `Clone` impl ([#91])

### Changed
- Bump `cipher` from `0.4` to `0.5` ([#56])
- Edition changed to 2024 and MSRV bumped to 1.85 ([#76])
- Relax MSRV policy and allow MSRV bumps in patch releases

[#56]: https://github.com/RustCrypto/block-modes/pull/56
[#76]: https://github.com/RustCrypto/block-modes/pull/76
[#91]: https://github.com/RustCrypto/block-modes/pull/91

## 0.1.2 (2022-03-24)
### Changed
- Minor code tweaks to help compiler with codegen ([#15])

[#15]: https://github.com/RustCrypto/block-modes/pull/15

## 0.1.1 (2022-02-17)
### Fixed
- Minimal versions build ([#9])

[#9]: https://github.com/RustCrypto/block-modes/pull/9

## 0.1.0 (2022-02-10)
- Initial release ([#2])

[#2]: https://github.com/RustCrypto/block-modes/pull/2