From 049dea2d85e57a14c73b45db38c9e20eed310d09 Mon Sep 17 00:00:00 2001 From: Anders Musikka Date: Sat, 3 Aug 2024 12:32:04 +0200 Subject: [PATCH] Remove automated changelogs, since they are not of much value --- savefile-abi-min-lib-impl/CHANGELOG.md | 14 -- savefile-abi-min-lib/CHANGELOG.md | 15 -- savefile-abi-min/CHANGELOG.md | 17 --- savefile-abi/CHANGELOG.md | 69 ---------- savefile-derive/CHANGELOG.md | 46 ------- savefile-min-build/CHANGELOG.md | 26 ---- savefile-test/CHANGELOG.md | 182 ------------------------- savefile/CHANGELOG.md | 69 ---------- 8 files changed, 438 deletions(-) delete mode 100644 savefile-abi-min-lib-impl/CHANGELOG.md delete mode 100644 savefile-abi-min-lib/CHANGELOG.md delete mode 100644 savefile-abi-min/CHANGELOG.md delete mode 100644 savefile-abi/CHANGELOG.md delete mode 100644 savefile-derive/CHANGELOG.md delete mode 100644 savefile-min-build/CHANGELOG.md delete mode 100644 savefile-test/CHANGELOG.md delete mode 100644 savefile/CHANGELOG.md diff --git a/savefile-abi-min-lib-impl/CHANGELOG.md b/savefile-abi-min-lib-impl/CHANGELOG.md deleted file mode 100644 index d9ed03b..0000000 --- a/savefile-abi-min-lib-impl/CHANGELOG.md +++ /dev/null @@ -1,14 +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.1.0](https://github.com/avl/savefile/releases/tag/savefile-abi-min-lib-impl-v0.1.0) - 2024-04-27 - -### Other -- Better support for trait objects -- Cargo format -- Support for savefile-abi diff --git a/savefile-abi-min-lib/CHANGELOG.md b/savefile-abi-min-lib/CHANGELOG.md deleted file mode 100644 index e6fe9a8..0000000 --- a/savefile-abi-min-lib/CHANGELOG.md +++ /dev/null @@ -1,15 +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.1.0](https://github.com/avl/savefile/releases/tag/savefile-abi-min-lib-v0.1.0) - 2024-04-27 - -### Other -- Better support for trait objects -- Cargo format -- Fix dependency issue -- Support for savefile-abi diff --git a/savefile-abi-min/CHANGELOG.md b/savefile-abi-min/CHANGELOG.md deleted file mode 100644 index 791f8fc..0000000 --- a/savefile-abi-min/CHANGELOG.md +++ /dev/null @@ -1,17 +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.1.0](https://github.com/avl/savefile/releases/tag/savefile-abi-min-v0.1.0) - 2024-04-27 - -### Other -- Better support for trait objects -- Fix formatting -- Don't pollute pub namespace needlessly. Allows private interfaces to be exported to savefile-abi clients -- Cleanup! -- Cargo format -- Support for savefile-abi diff --git a/savefile-abi/CHANGELOG.md b/savefile-abi/CHANGELOG.md deleted file mode 100644 index 77c9ddf..0000000 --- a/savefile-abi/CHANGELOG.md +++ /dev/null @@ -1,69 +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.17.6](https://github.com/avl/savefile/compare/savefile-abi-v0.17.5...savefile-abi-v0.17.6) - 2024-07-02 - -### Added -- Introspect for SystemTime and Duration - -## [0.17.5](https://github.com/avl/savefile/compare/savefile-abi-v0.17.4...savefile-abi-v0.17.5) - 2024-07-02 - -### Other -- updated the following local packages: savefile - -## [0.17.4](https://github.com/avl/savefile/compare/savefile-abi-v0.17.3...savefile-abi-v0.17.4) - 2024-05-12 - -### Added -- Better diagnostics when correct traits not implemented by user, and also explicit minimum rustc version specified - -### Other -- Merge branch 'minor_v19' of github.com:avl/savefile into minor_v19 -- format -- release ([#54](https://github.com/avl/savefile/pull/54)) - -## [0.17.3](https://github.com/avl/savefile/compare/savefile-abi-v0.17.2...savefile-abi-v0.17.3) - 2024-05-09 - -### Other -- format - -## [0.17.2](https://github.com/avl/savefile/compare/savefile-abi-v0.17.1...savefile-abi-v0.17.2) - 2024-05-05 - -### Other -- updated the following local packages: savefile, savefile-derive - -## [0.17.1](https://github.com/avl/savefile/compare/savefile-abi-v0.17.0...savefile-abi-v0.17.1) - 2024-05-01 - -### Other -- Improve documentation - -## [0.17.0-beta.15](https://github.com/avl/savefile/compare/savefile-abi-v0.17.0-beta.14...savefile-abi-v0.17.0-beta.15) - 2024-04-30 - -### Fixed -- AbiConnection cache could become corrupt if AbiConnection was used incorrectly -- Improve documentation - -## [0.17.0-beta.14](https://github.com/avl/savefile/compare/savefile-abi-v0.17.0-beta.13...savefile-abi-v0.17.0-beta.14) - 2024-04-30 - -### Other -- updated the following local packages: savefile, savefile-derive - -## [0.17.0-beta.13](https://github.com/avl/savefile/compare/savefile-abi-v0.17.0-beta.12...savefile-abi-v0.17.0-beta.13) - 2024-04-27 - -### Other -- updated the following local packages: savefile - -## [0.17.0-beta.12](https://github.com/avl/savefile/compare/savefile-abi-v0.17.0-beta.11...savefile-abi-v0.17.0-beta.12) - 2024-04-27 - -### Other -- wip -- wip -- wip -- rename -- Better support for trait objects -- Work on safety -- Fix formatting diff --git a/savefile-derive/CHANGELOG.md b/savefile-derive/CHANGELOG.md deleted file mode 100644 index 1fe7ff3..0000000 --- a/savefile-derive/CHANGELOG.md +++ /dev/null @@ -1,46 +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.17.6](https://github.com/avl/savefile/compare/savefile-derive-v0.17.5...savefile-derive-v0.17.6) - 2024-07-02 - -### Added -- Introspect for SystemTime and Duration - -## [0.17.4](https://github.com/avl/savefile/compare/savefile-derive-v0.17.3...savefile-derive-v0.17.4) - 2024-05-12 - -### Added -- Better diagnostics when correct traits not implemented by user, and also explicit minimum rustc version specified - -### Other -- Merge branch 'minor_v19' of github.com:avl/savefile into minor_v19 -- Merge remote-tracking branch 'origin/master' into minor_v19 - -## [0.17.3](https://github.com/avl/savefile/compare/savefile-derive-v0.17.2...savefile-derive-v0.17.3) - 2024-05-09 - -### Other -- Merge remote-tracking branch 'origin/master' into minor_v19 - -## [0.17.2](https://github.com/avl/savefile/compare/savefile-derive-v0.17.1...savefile-derive-v0.17.2) - 2024-05-05 - -### Other -- Fix failing test for new rustc - -## [0.17.0-beta.15](https://github.com/avl/savefile/compare/savefile-derive-v0.17.0-beta.14...savefile-derive-v0.17.0-beta.15) - 2024-04-30 - -### Fixed -- AbiConnection cache could become corrupt if AbiConnection was used incorrectly - -## [0.17.0-beta.14](https://github.com/avl/savefile/compare/savefile-derive-v0.17.0-beta.13...savefile-derive-v0.17.0-beta.14) - 2024-04-30 - -### Fixed -- Bad cycles detection - -## [0.17.0-beta.12](https://github.com/avl/savefile/compare/savefile-derive-v0.17.0-beta.11...savefile-derive-v0.17.0-beta.12) - 2024-04-27 - -### Other -These CHANGELOG-files are experimental. \ No newline at end of file diff --git a/savefile-min-build/CHANGELOG.md b/savefile-min-build/CHANGELOG.md deleted file mode 100644 index 2ea381c..0000000 --- a/savefile-min-build/CHANGELOG.md +++ /dev/null @@ -1,26 +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.1.0](https://github.com/avl/savefile/releases/tag/savefile-min-build-v0.1.0) - 2024-04-27 - -### Other -- miri passes -- wip -- wip -- Better support for trait objects -- Work on safety -- Fix formatting -- Fix failing build -- Fix enum pack problem -- Improve handling of removed fields -- more work -- Cleanup! -- Cargo format -- More work on supporting different enum sizes -- v0.16.2 -- Step dependencies to newer versions diff --git a/savefile-test/CHANGELOG.md b/savefile-test/CHANGELOG.md deleted file mode 100644 index a5e2476..0000000 --- a/savefile-test/CHANGELOG.md +++ /dev/null @@ -1,182 +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.0.1](https://github.com/avl/savefile/releases/tag/savefile-test-v0.0.1) - 2024-04-27 - -### Fixed -- fix -- fix build -- fix tests - -### Other -- miri passes -- wip -- wip -- rename -- Better support for trait objects -- Work on safety -- Fix formatting -- Fix enum pack problem -- Improve handling of removed fields -- v0.17.0-beta.10 -- more work -- Cargo format -- wip -- wip -- wip -- wip -- More work on supporting different enum sizes -- New version -- More tests, minor fixes -- Test-fixes -- Fix unsoundness when using wrong ABI_ENTRY -- wip -- Fix schema serialization bug -- more tests -- Version beta 6 -- More warnings fixed -- Docs link was still wrong in last version. Last fix, promise -- Fix bad link to docs -- beta3 -- Fix dependency issue -- Docs -- test-fixes -- Better README -- Support for savefile-abi -- v0.16.5 -- 16.4 -- Add more tests for version changes -- Step version -- set indexmap to 1.9 in tests -- Specify derive version identically everywhere -- resolver 2 -- remove feature integer atomics -- v0.16.2 -- wip -- wip -- update -- release candidate 0.16 -- wip -- align -- Fixes -- 0.14 candidate -- V0.13 -- Merge remote-tracking branch 'origin/master' -- Add support for char -- Support unit structs -- Release 0.11 -- upgrade dependencies -- Make ArrayString be ReprC -- Bit-set support -- Support for 128 bit integers -- Add one more test to bitvec -- remove lock file for cargo fuzz, no need to keep this checked in -- Step dependencies to newer versions -- Make all non-required dependencies configurable! -- Step to 0.9.1 -- Put ring and bzip2 behind feature flags -- Add SavefileNoIntrospect derive -- Fix bug with savefile_introspect_ignore attribute causing items to not show up in introspection -- Add a test for serialize/deserialize Cow -- Fix test -- Upgrade -- merge -- 0.8.1 -- Lock fileg -- Support HashSet. We didn't previously! Why hasn't anyone said anything :-) -- Support for BTreeMap -- Add support for deduplicating Arc -- Add missing introspect-function for BinaryHeap -- add a test -- Prepare for 0.7.4-release -- add pathbuf-example -- Clarify documentation -- New lock -- Support for Arc<[T]> -- Make nightly feature be automatically activated on nightly compiler -- Try to make savefile usable on stable rust. Using nightly features is still the default -- Add support for ArrayVec -- Update dependencies -- Implement shallow, incomplete introspect for RefCell -- Fix reference to SavefileError in savefile-derive -- Cargo fuzz support for test framework -- 0.6.0 - breaking changes and critical fixes to encrypted file support -- Fix test -- Add some more benchmarks -- Optional feature to limit sizes to sane values to survive corrupt files and fuzzers -- Introspection -- Introspection -- Introspect keys -- wip introspect -- introspect -- Finally, inspecting RwLock works -- wip -- wip -- morework -- back -- Fix a security issue where broken encrypted files would cause memory exhaustion when trying to load them. Also fixed a lot of compiler warnings -- 0.4.0 -- Disable ignore-test -- Encryption support, cleanup -- Encryption -- bump smallvec to 1.0 -- Bump smallvec -- Prepared v0.3.0 -- Add parking lot support -- Add support for smallvec and for reading from bug to memory -- Add support for canary type, which is serialized as magic constant. Used to detect framing errors when developing own serializers -- Specify bitvec version -- Update version -- Add missing atomic -- Atomic test -- Fix -- Ignore attribute -- Add lock files -- Fix bug where ReprC optimization didn't work with enums -- Fix bug where 0-sized vector could not be deserialized -- Restructure savefile crate internally, remove useless module 'savefile' -- Add support for very short arrays, and arrayvec::ArrayString -- Support for Option, BitVec and more -- Support bool -- remove serde bench -- Improve docs, and better support for converting old fields -- Add support for changing the type of a field in a struct from one version to the next -- change test -- Some support for tuple structs -- wip -- Change binary protocol. Validation that ReprC trait is not used on enum with fields (since Rust has no guarantees about the FFI/ABI of these -- Documentation -- Macro hygiene -- Implement default_fn attrib -- Documentation -- Benchmark against serde bincode -- Code clean up -- Better diagnostics on schema error -- More diagnostics when ReprC trait is incorrectly applied -- Fix bad dependencies and a testcase -- Better presentation of schema incompatibilities -- Custom derive all the traits using a single Savefile derive -- Test removal of enum tuple field -- Remove enum field in another version -- More refactoring -- wip refactor custom derive code -- Update example, docs and rename store to save -- Make error handling much better -- Support adding enum values to an existing enum -- Fix doctest -- Cosmetic API-changes -- working schema -- Introduced schema, not used yet -- Fix bug in upgrading a struct that already contained a Removed field -- add test of reprC trait -- Work toward making it safe to remove fields, using the Remove-struct -- More updates -- Try 2 -- Travis build away -- Fix rename issues -- Rename diff --git a/savefile/CHANGELOG.md b/savefile/CHANGELOG.md deleted file mode 100644 index 606f59e..0000000 --- a/savefile/CHANGELOG.md +++ /dev/null @@ -1,69 +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.17.6](https://github.com/avl/savefile/compare/savefile-v0.17.5...savefile-v0.17.6) - 2024-07-02 - -### Added -- Introspect for SystemTime and Duration - -## [0.17.5](https://github.com/avl/savefile/compare/savefile-v0.17.4...savefile-v0.17.5) - 2024-07-02 - -### Added -- Support for Duration and SystemTime - -## [0.17.4](https://github.com/avl/savefile/compare/savefile-v0.17.3...savefile-v0.17.4) - 2024-05-12 - -### Added -- Better diagnostics when correct traits not implemented by user, and also explicit minimum rustc version specified - -### Other -- Merge branch 'minor_v19' of github.com:avl/savefile into minor_v19 -- Merge remote-tracking branch 'origin/master' into minor_v19 - -## [0.17.3](https://github.com/avl/savefile/compare/savefile-v0.17.2...savefile-v0.17.3) - 2024-05-09 - -### Fixed -- Silence warning on newer rustc, since TryFrom and TryInto are now part of prelude. Use still needed to keep working on old rustc. - -### Other -- Merge remote-tracking branch 'origin/master' into minor_v19 - -## [0.17.2](https://github.com/avl/savefile/compare/savefile-v0.17.1...savefile-v0.17.2) - 2024-05-05 - -### Fixed -- Make comment clearer - -## [0.17.1](https://github.com/avl/savefile/compare/savefile-v0.17.0...savefile-v0.17.1) - 2024-05-01 - -### Other -- Improve documentation - -## [0.17.0-beta.15](https://github.com/avl/savefile/compare/savefile-v0.17.0-beta.14...savefile-v0.17.0-beta.15) - 2024-04-30 - -### Added -- Support for serializing 'str' - -### Fixed -- Fix bug in deserializing old schemas - -## [0.17.0-beta.14](https://github.com/avl/savefile/compare/savefile-v0.17.0-beta.13...savefile-v0.17.0-beta.14) - 2024-04-30 - -### Fixed -- Bad cycles detection - -## [0.17.0-beta.13](https://github.com/avl/savefile/compare/savefile-v0.17.0-beta.12...savefile-v0.17.0-beta.13) - 2024-04-27 - -### Added -- savefile-abi2 - -These CHANGELOG-files are experimental. - -## [0.17.0-beta.12](https://github.com/avl/savefile/compare/savefile-v0.17.0-beta.11...savefile-v0.17.0-beta.12) - 2024-04-27 - -### Other -- Unspecified work