From fab200a1900247997fc8be5709532cc854c9b448 Mon Sep 17 00:00:00 2001 From: Fangdun Tsai Date: Mon, 20 Nov 2023 05:41:51 +0800 Subject: [PATCH] docs: move CHANGELOG.md to GitHub's releases page --- CHANGELOG.md | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index c0c1070..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,43 +0,0 @@ -# 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). - -## [Unreleased] - -## [0.3.3] - 2022-04-30 - -* update deps - -## [0.3.1] - 2021-11-07 - -### Changed - -* Tweaks `async` feature - -## [0.3.0] - 2021-11-04 - -### Added - -* `async` and `sync` features - -## [0.2.6] - 2021-09-17 - -### Changed - -* `Field::copy_to_file(&mut self, file: &mut File)` - -## [0.2.5] - 2021-09-11 - -### Changed - -- Clippy Fixed - -[Unreleased]: https://github.com/viz-rs/form-data/compare/v0.3.3...HEAD -[0.3.3]: https://github.com/viz-rs/form-data/compare/v0.3.2...v0.3.3 -[0.3.1]: https://github.com/viz-rs/form-data/compare/v0.3.0...v0.3.1 -[0.3.0]: https://github.com/viz-rs/form-data/compare/v0.2.6...v0.3.0 -[0.2.6]: https://github.com/viz-rs/form-data/compare/v0.2.5...v0.2.6 -[0.2.5]: https://github.com/viz-rs/form-data/compare/v0.2.4...v0.2.5