Skip to content

Commit

Permalink
Split the changelog into two files for lib and app
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasKalbertodt committed Mar 7, 2021
1 parent d837072 commit 7bd6f31
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 21 deletions.
23 changes: 2 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,4 @@
# Changelog

All notable changes to this project will be documented in this file.


## [Unreleased]

## [0.1.1] - 2021-03-07
### Added
- `util::wait_for_proxy`

### Changed
- If the server cannot bind to the port, an error is returned from the server
future instead of panicking.


## 0.1.0 - 2021-03-03
### Added
- Everything


[Unreleased]: https://github.com/LukasKalbertodt/penguin/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/LukasKalbertodt/penguin/compare/v0.1.0...v0.1.1
- [Changelog for the library](./lib/CHANGELOG.md)
- [Changelog for the CLI app](./app/CHANGELOG.md)
14 changes: 14 additions & 0 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

All notable changes to the penguin **CLI app** will be documented here.


## [Unreleased]


## 0.1.0 - 2021-03-03
### Added
- Everything


[Unreleased]: https://github.com/LukasKalbertodt/penguin/compare/app-v0.1.0...HEAD
23 changes: 23 additions & 0 deletions lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog

All notable changes to the penguin **library** will be documented here.


## [Unreleased]

## [0.1.1] - 2021-03-07
### Added
- `util::wait_for_proxy`

### Changed
- If the server cannot bind to the port, an error is returned from the server
future instead of panicking.


## 0.1.0 - 2021-03-03
### Added
- Everything


[Unreleased]: https://github.com/LukasKalbertodt/penguin/compare/lib-v0.1.1...HEAD
[0.1.1]: https://github.com/LukasKalbertodt/penguin/compare/lib-v0.1.0...lib-v0.1.1

0 comments on commit 7bd6f31

Please sign in to comment.