Skip to content

Commit 18933b4

Browse files
committed
Release 3.0.7
1 parent d6a161e commit 18933b4

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,24 @@ The `Unreleased` section name is replaced by the expected version of next releas
88

99
## [Unreleased]
1010

11+
### Added
12+
### Changed
13+
### Removed
14+
### Fixed
15+
16+
<a name="3.0.7"></a>
17+
## [3.0.7] - 2022-05-12
18+
1119
### Added
1220

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

17-
- ### Changed
25+
### Changed
1826

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

21-
### Removed
2229
### Fixed
2330

2431
- `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)
@@ -667,7 +674,8 @@ The `Unreleased` section name is replaced by the expected version of next releas
667674

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

670-
[Unreleased]: https://github.com/jet/equinox/compare/3.0.6...HEAD
677+
[Unreleased]: https://github.com/jet/equinox/compare/3.0.7...HEAD
678+
[3.0.7]: https://github.com/jet/equinox/compare/3.0.6...3.0.7
671679
[3.0.6]: https://github.com/jet/equinox/compare/3.0.5...3.0.6
672680
[3.0.5]: https://github.com/jet/equinox/compare/3.0.4...3.0.5
673681
[3.0.4]: https://github.com/jet/equinox/compare/3.0.3...3.0.4

0 commit comments

Comments
 (0)