lockdiff 2.0.5

Display more readable diffs for lock files
Documentation
## 2.0.5 - 2025-12-31

Add Powershell installer

## 2.0.4 - 2025-12-31

Fix #3: `lockdiff` can now parse `package-lock.json` when it contains
linked packages. (Reported by @joshbode)

## 2.0.3 - 2025-12-26

Make a few items public so that this project can also be used as a library

## 2.0.2 - 2025-05-11

- Also display root package when parsing `npm` lock files.

## 2.0.1 - 2025-01-20

Change output format to be `name (version)` instead of `name@version` (more readable)

Add support for

- `Gemfile.lock` (ruby)
- `pubspec.lock` (dart)
- `shard.lock` (crystal)

## 1.1.7 - 2024-10-26

- Add support for `go.sum`
- Show contents of the lock when parsing fails instead of just the error message

## 1.1.6 - 2023-02-23

Publish under `@your-tools` npm scope

## 1.1.5 - 2023-02-23

Remove unsupported targets

## 1.1.4 - 2023-02-23

Add `npm` installer

## 1.1.3 - 2023-02-23

Don't use 'v' for prefixing release tags

## 1.1.2 - 2023-02-23

Start using `cargo dist`

## 1.1.1 - 2023-12-29

Add missing metadata

## 1.1.0 - 2023-12-29

Initial release