From 984c37fcc84a8b12a73200fb637556e743f3939d Mon Sep 17 00:00:00 2001 From: Nico Wagner Date: Sun, 9 Jul 2023 18:06:32 +0200 Subject: [PATCH] Remove old changelogs --- pica-matcher/CHANGELOG.md | 24 ------------------------ pica-path/CHANGELOG.md | 29 ----------------------------- pica-record/CHANGELOG.md | 39 --------------------------------------- 3 files changed, 92 deletions(-) delete mode 100644 pica-matcher/CHANGELOG.md delete mode 100644 pica-path/CHANGELOG.md delete mode 100644 pica-record/CHANGELOG.md diff --git a/pica-matcher/CHANGELOG.md b/pica-matcher/CHANGELOG.md deleted file mode 100644 index e4d809c5f..000000000 --- a/pica-matcher/CHANGELOG.md +++ /dev/null @@ -1,24 +0,0 @@ -# Changelog - -All notable changes to this crate 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] - -### Added - -* #611 Allow negation of a field matcher in curly bracket notation -* #612 Support of double quoted string literals - -## v0.1.0 - -### Added - -* #539 Add `TagMatcher` matcher -* #530 Add `OccurrenceMatcher` matcher -* #541 Add `SubfieldMatcher` matcher -* #547 Add `FieldMatcher` matcher -* #548 Add `RecordMatcher` matcher -* #549 Add `Deserialize` for `RecordMatcher` diff --git a/pica-path/CHANGELOG.md b/pica-path/CHANGELOG.md deleted file mode 100644 index 2f686f4ac..000000000 --- a/pica-path/CHANGELOG.md +++ /dev/null @@ -1,29 +0,0 @@ -# Changelog - -All notable changes to this crate 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] - - -## [v0.2.0] - 2023-03-23 - -### Added - -* #577 Allow optional subfield matcher in a path expression -* #596 Add set-builder notation for path expressions - - -## [v0.1.0] - 2023-01-17 - -### Added - -* #550 Add initial `pica-path` crate -* #551 Implement `Deserialize` for `Path` - -### Fixed - -* #555 Use `first()` instead of `iter().next()` diff --git a/pica-record/CHANGELOG.md b/pica-record/CHANGELOG.md deleted file mode 100644 index 3a83cbdcb..000000000 --- a/pica-record/CHANGELOG.md +++ /dev/null @@ -1,39 +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] - -### Added - -* #625 Implement `Hash` for `ByteRecord` -* #626 Implement `sha256` for `ByteRecord` - -## v0.1.0 - -### Added - -* #521 Add `RecordRef::write_to` function -* #520 Add `BufReadExt` extension trait -* #528 Add `ByteRecord` writer API -* #530 Add `raw_data` field (`ByteRecord`) -* #562 Add `Reader` and `ReaderBuilder` - -### Fixed - -* #531 Fix wrong assert expression (`WriterBuilder`) - -## 0.1.0 - 2022-10-14 - -### Added - -* #489 Add `ByteRecord` and `StringRecord` -* #485 Add `Field` and `FieldRef` -* #484 Add `OccurenceRef` and `OccurenceRef` -* #487 Add `RecordRef` and `Record` -* #481 Add `SubfieldRef` and `Subfield` -* #483 Add `TagRef` and `Tag`