Skip to content

Commit

Permalink
Release 3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed May 12, 2022
1 parent d6a161e commit 18933b4
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,24 @@ The `Unreleased` section name is replaced by the expected version of next releas

## [Unreleased]

### Added
### Changed
### Removed
### Fixed

<a name="3.0.7"></a>
## [3.0.7] - 2022-05-12

### Added

- `eqx dump`/`Equinox.Tool`: Add `-F` option to opt out of pretty printing unfolds [#319](https://github.com/jet/equinox/pull/319)
- `eqx dump`/`Equinox.Tool`: Show payload statistics [#323](https://github.com/jet/equinox/pull/323)
- `eqx dump`/`Equinox.Tool`: Add `-B` option to prevent assuming UTF-8 bodies [#323](https://github.com/jet/equinox/pull/323)

- ### Changed
### Changed

- `eqx dump`/`Equinox.Tool`: Flip `-P` option to opt _in_ to pretty printing for events [#313](https://github.com/jet/equinox/pull/313)

### Removed
### Fixed

- `CosmosStore`: Fixed mis-Indexing of Unfolds when >1 Unfold present [#322](https://github.com/jet/equinox/issues/322) [#324](https://github.com/jet/equinox/pull/324)
Expand Down Expand Up @@ -667,7 +674,8 @@ The `Unreleased` section name is replaced by the expected version of next releas

(For information pertaining to earlier releases, see release notes in https://github.com/jet/equinox/releases and/or can someone please add it!)

[Unreleased]: https://github.com/jet/equinox/compare/3.0.6...HEAD
[Unreleased]: https://github.com/jet/equinox/compare/3.0.7...HEAD
[3.0.7]: https://github.com/jet/equinox/compare/3.0.6...3.0.7
[3.0.6]: https://github.com/jet/equinox/compare/3.0.5...3.0.6
[3.0.5]: https://github.com/jet/equinox/compare/3.0.4...3.0.5
[3.0.4]: https://github.com/jet/equinox/compare/3.0.3...3.0.4
Expand Down

0 comments on commit 18933b4

Please sign in to comment.