diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71..37fcefa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d3e4312..6b29a2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ All notable changes to this project are recorded here. The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project uses [semantic versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.0](https://github.com/fenrick/loop-extract/compare/v0.1.0...v1.0.0) (2026-09-08) + + +### Added + +* add Microsoft Loop and Fluid content extractor ([11a3cae](https://github.com/fenrick/loop-extract/commit/11a3cae4fd508c9e6c3396c99e5d5a9c5b92338b)) +* document the container format and automate releases ([6d053ad](https://github.com/fenrick/loop-extract/commit/6d053adced439df30d280dc17c24c00ab605fa64)) + + +### Fixed + +* **deps:** batch sha2 0.11, actions/checkout v7 and release-please-action v5 ([f084dac](https://github.com/fenrick/loop-extract/commit/f084dacc5c8cff18fdaba91d00661d71ee3be5a6)) + ## [Unreleased] Entries below this point are generated by diff --git a/Cargo.lock b/Cargo.lock index 09f324b..9f5c991 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -237,7 +237,7 @@ checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2" [[package]] name = "loop-extract" -version = "0.1.0" +version = "1.0.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index b5ac099..58b8b5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "loop-extract" -version = "0.1.0" +version = "1.0.0" edition = "2021" rust-version = "1.85" description = "Extracts document content from Microsoft Loop (.loop) and Fluid (.fluid) snapshot containers"