- <csr-id-d096a5da2184ec04b1bbc1e02daf5bbc7c92250a/> add local cargo bin to $PATH
- <csr-id-33b49d8f51496150fffae29f8d4ed746c0007f6e/> github action
- <csr-id-f87b6b5a8b306f374ae9c4ea9a9c93abafb4e7f4/> rename onion secret key field
Make it clear this is a sensitive field.
- <csr-id-34b147be23f53e1b62bfa2f57301e0e9b86ac48f/> separate library and CLI binary
- <csr-id-dc64dbe89246a1a356a2a33d1fd29cecb9aff314/> add readme
- <csr-id-c9306cb34ecdd39393f65e20b83f13e8f671b66b/> forward given exports, cleanup
Create onions from the given exports rather than a hard-coded one.
More graceful shutdown on interrupt.
Organizing module usage.
- <csr-id-09760db9d14cd693b4e0f7f5784f48711ac1849b/> structuring into types, annotate errors
- <csr-id-ce286536a3833182ac650868d2263f426ef7fcf0/> initial commit
Early proof of concept
### Chore
- add changelog
### New Features
- cli
Drive-by fixes:
- Fix import forwarding loop, should continue, not return on connection
error
- Fix import remote addr parsing
- Improve wrapped error text
- Leaving room for error backtraces
- stderr output, needs to be replaced with proper logging though
### Commit Statistics
- 15 commits contributed to the release over the course of 148 calendar days.
- 12 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
### Commit Details
* **Uncategorized**
- add changelog (f85ff12)
- Release onionpipe v0.2.0 (2b677d3)
- add local cargo bin to $PATH (d096a5d)
- Merge pull request #3 from cmars/feat/cli (5dc3f04)
- cli (52b4077)
- github action (33b49d8)
- rename onion secret key field (f87b6b5)
- Merge pull request #2 from cmars/feat/config (3ccfa64)
- config file (47c9f70)
- separate library and CLI binary (34b147b)
- implement imports (2062d9a)
- add readme (dc64dbe)
- forward given exports, cleanup (c9306cb)
- structuring into types, annotate errors (09760db)
- initial commit (ce28653)