Skip to content

Commit

Permalink
Release v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
boreq committed Mar 6, 2023
1 parent 7132da6 commit de33742
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@

## [Unreleased]


### Added

- ...

### Changed

- Moved package `di` to `service` and moved `di.Service` and `di.Config` to `service`.
- ...

### Deprecated

Expand All @@ -21,14 +20,23 @@

### Fixed

- Fewer goroutines are created during EBT replication.
- Optimized marshaling and unmarshaling EBT notes.
- Optimized marshaling and unmarshaling createHistoryStream arguments.
- ...

### Security

- ...

## [v0.0.3]

### Changed

- Moved package `di` to `service` and moved `di.Service` and `di.Config` to `service`.

### Fixed

- Fewer goroutines are created during EBT replication.
- Optimized marshaling and unmarshaling EBT notes.
- Optimized marshaling and unmarshaling createHistoryStream arguments.

## [v0.0.2]

Expand All @@ -50,6 +58,7 @@

- This CHANGELOG file.

[unreleased]: https://github.com/planetary-social/scuttlego/compare/v0.0.2...HEAD
[unreleased]: https://github.com/planetary-social/scuttlego/compare/v0.0.3...HEAD
[v0.0.3]: https://github.com/planetary-social/scuttlego/releases/tag/v0.0.3
[v0.0.2]: https://github.com/planetary-social/scuttlego/releases/tag/v0.0.2
[v0.0.1]: https://github.com/planetary-social/scuttlego/releases/tag/v0.0.1

0 comments on commit de33742

Please sign in to comment.