Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "1.0.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down