packages feed

graphula-2.1.0.0: CHANGELOG.md

## [_Unreleased_](https://github.com/freckle/graphula/compare/v2.1.0.0...main)

## [v2.1.0.0](https://github.com/freckle/graphula/compare/v2.0.2.2...v2.1.0.0)

- Some unnecessary `SafeToInsert` have been removed from `node` and `nodeKeyed`.
  - `node` only requires `SafeToInsert` when the `KeySource` is `SourceDefault`,
    not when the `KeySource` is `KeyArbitrary`.
  - `nodeKeyed` no longer ever requires `SafeToInsert`
- `MonadGraphulaFrontend` has a new `insertKeyed` method.

## [v2.0.2.2](https://github.com/freckle/graphula/compare/v2.0.2.1...v2.0.2.2)

- Add missing MonadUnliftIO instance to GraphulaLoggedT

## [v2.0.2.1](https://github.com/freckle/graphula/compare/v2.0.1.1...v2.0.2.1)

- Support persistent-2.14

## [v2.0.1.1](https://github.com/freckle/graphula/compare/v2.0.0.5...v2.0.1.1)

- Support GHCs 9.0 and 9.2

## [v2.0.1.0](https://github.com/freckle/graphula/compare/v2.0.0.5...v2.0.1.0)

- Add/improve documentation
- Re-organize previously-internal module

## [v2.0.0.5](https://github.com/freckle/graphula/compare/v2.0.0.4...v2.0.0.5)

- Release without dependencies upper bounds

## [v2.0.0.4](https://github.com/freckle/graphula/compare/v2.0.0.3...v2.0.0.4)

- Relax persistent packages' upper bounds

## [v2.0.0.3](https://github.com/freckle/graphula/compare/v2.0.0.2...v2.0.0.3)

- Relax dependencies upper bounds

## [v2.0.0.2](https://github.com/freckle/graphula/compare/v2.0.0.1...v2.0.0.2)

- Support GHC-8.10 and unliftio-core 2.0.0

## [v2.0.0.1](https://github.com/faktory/graphula/tree/v2.0.0.1)

First tagged release.