Skip to content

Commit

Permalink
Prepare new release
Browse files Browse the repository at this point in the history
  • Loading branch information
sitegui committed Jun 26, 2024
1 parent c8ef181 commit e371c0a
Show file tree
Hide file tree
Showing 6 changed files with 170 additions and 80 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ 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).

## [Unreleased]
## [feattle 2.0.0] - 2024-06-26

### Changed

- Renamed feature "s3" to "rusoto_s3" in `feattle` and `feattle-sync`
- Renamed `feattle_sync::S3` to `feattle_sync::RusotoS3`
- Minimum Rust version is now 1.76
- BREAKING: Renamed feature "s3" to "rusoto_s3" in `feattle` and `feattle-sync`
- BREAKING: Renamed `feattle_sync::S3` to `feattle_sync::RusotoS3`
- BREAKING: Upgraded from `axum` 0.6 to 0.7
- BREAKING: Upgraded from `handlebars` 4 to 5
- BREAKING: Minimum Rust version is now 1.76

### Added

Expand Down
Loading

0 comments on commit e371c0a

Please sign in to comment.