Skip to content

Commit

Permalink
Release v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
boreq committed Mar 5, 2023
1 parent 73bda8d commit 950b56f
Showing 1 changed file with 39 additions and 3 deletions.
42 changes: 39 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,52 @@

## [Unreleased]


### Added

- ...

### Changed

- ...

### Deprecated

- ...

### Removed

- ...

### Fixed

- ...

### Security

- ...


## [v0.0.2]

### Changed

- Logging interfaces have changed to improve logging performance and enable
optimizations.

### Fixed

- Improved blob replication performance by caching the list of blobs which
should be pushed.
- Improved overall performance by optimising a hot path related to receiving
RPC messages.

## [0.0.1]
## [v0.0.1]

### Added

- This CHANGELOG file.

[unreleased]: https://github.com/planetary-social/scuttlego/compare/v0.0.1...HEAD
[0.0.1]: https://github.com/planetary-social/scuttlego/releases/tag/v0.0.1
[unreleased]: https://github.com/planetary-social/scuttlego/compare/v0.0.2...HEAD
[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 950b56f

Please sign in to comment.