diff --git a/CHANGELOG.md b/CHANGELOG.md index c44cc3f..ece438c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,40 @@ - # Changelog -This file has been automatically generated by our release script (see [here](https://github.com/typestreamio/typestream/blob/main/scripts/release) -for more information). Do not edit manually. +Automatically generated by [our release script](https://github.com/typestreamio/typestream/blob/main/scripts/release). **Do not** edit manually. + + +- [2023.09.19+0](#202309190) +- [2023.09.07+1](#202309071) +- [2023.08.31+3](#202308313) +- [2023.08.31+2](#202308312) +- [2023.08.31+1](#202308311) + +## 2023.09.19+0 + +### Features + +- [parse grpc errors for better formatting (#20)](https://github.com/typestreamio/typestream/commit/0cbeb39) +- [improve ps output (#16)](https://github.com/typestreamio/typestream/commit/d56f686) + +### Bug Fixes + +- [do not add trailing slash to absolute paths during expansion (#18)](https://github.com/typestreamio/typestream/commit/d8407f7) +- [add trailing slash only to directories when auto completing paths (#17)](https://github.com/typestreamio/typestream/commit/46a6efd) +- [support sub paths in auto complete (#12)](https://github.com/typestreamio/typestream/commit/d52b97d) +- [remove build date (#9)](https://github.com/typestreamio/typestream/commit/d743be4) + +### Documentation - - [2023.09.07+1](2023.09.07+1) - [2023.08.31+3](2023.08.31+3) - [2023.08.31+2](2023.08.31+2) - [2023.08.31+1](2023.08.31+1) +- [roadmap updates (#15)](https://github.com/typestreamio/typestream/commit/7d4fc94) +- [add gifs to the docs (#14)](https://github.com/typestreamio/typestream/commit/0c4a0f5) +- [add more readme files (#10)](https://github.com/typestreamio/typestream/commit/c944dad) + +### Build System + +- [introduce start/publish release stages (#19)](https://github.com/typestreamio/typestream/commit/3b5c19a) +- [only run linters on pr and main (#13)](https://github.com/typestreamio/typestream/commit/ccfa00e) +- [fix TOC links in changelog (#11)](https://github.com/typestreamio/typestream/commit/6a812f6) ## 2023.09.07+1 @@ -15,6 +44,7 @@ for more information). Do not edit manually. ### Bug Fixes +- [do not attempt to run empty line command (#4)](https://github.com/typestreamio/typestream/commit/726f163) - [fix remaning places where we used the old name (#3)](https://github.com/typestreamio/typestream/commit/1bb2b40) ### Documentation @@ -27,9 +57,10 @@ for more information). Do not edit manually. ### Chores +- [update changelog (#8)](https://github.com/typestreamio/typestream/commit/3719078) +- [restructure scripts dir (#6)](https://github.com/typestreamio/typestream/commit/0735e5f) - [add bug report template (#2)](https://github.com/typestreamio/typestream/commit/e282feb) - ## 2023.08.31+3 ### Bug Fixes @@ -38,9 +69,9 @@ for more information). Do not edit manually. ### Chores +- [update changelog](https://github.com/typestreamio/typestream/commit/42f7762) - [update changelog](https://github.com/typestreamio/typestream/commit/bb18854) - ## 2023.08.31+2 ### Bug Fixes @@ -55,7 +86,6 @@ for more information). Do not edit manually. - [update changelog](https://github.com/typestreamio/typestream/commit/d820bd9) - ## 2023.08.31+1 ### Chores diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index 504a813..161c92a 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -1,23 +1,93 @@ + # Changelog -`TypeStream` uses [https://calver.org/](https://calver.org/) for versioning and follows the format `YYYY.MM.DD+MICRO`. +Automatically generated by [our release script](https://github.com/typestreamio/typestream/blob/main/scripts/release). **Do not** edit manually. + + +- [2023.09.19+0](#202309190) +- [2023.09.07+1](#202309071) +- [2023.08.31+3](#202308313) +- [2023.08.31+2](#202308312) +- [2023.08.31+1](#202308311) + +## 2023.09.19+0 + +### :rocket: Features + +- [parse grpc errors for better formatting (#20)](https://github.com/typestreamio/typestream/commit/0cbeb39) +- [improve ps output (#16)](https://github.com/typestreamio/typestream/commit/d56f686) + +### :bug: Bug Fixes + +- [do not add trailing slash to absolute paths during expansion (#18)](https://github.com/typestreamio/typestream/commit/d8407f7) +- [add trailing slash only to directories when auto completing paths (#17)](https://github.com/typestreamio/typestream/commit/46a6efd) +- [support sub paths in auto complete (#12)](https://github.com/typestreamio/typestream/commit/d52b97d) +- [remove build date (#9)](https://github.com/typestreamio/typestream/commit/d743be4) + +### :books: Documentation + +- [roadmap updates (#15)](https://github.com/typestreamio/typestream/commit/7d4fc94) +- [add gifs to the docs (#14)](https://github.com/typestreamio/typestream/commit/0c4a0f5) +- [add more readme files (#10)](https://github.com/typestreamio/typestream/commit/c944dad) + +### :hammer: Build System + +- [introduce start/publish release stages (#19)](https://github.com/typestreamio/typestream/commit/3b5c19a) +- [only run linters on pr and main (#13)](https://github.com/typestreamio/typestream/commit/ccfa00e) +- [fix TOC links in changelog (#11)](https://github.com/typestreamio/typestream/commit/6a812f6) + +## 2023.09.07+1 + +### :rocket: Features - +- [autocomplete relative paths (#5)](https://github.com/typestreamio/typestream/commit/c6ba491) + +### :bug: Bug Fixes + +- [do not attempt to run empty line command (#4)](https://github.com/typestreamio/typestream/commit/726f163) +- [fix remaning places where we used the old name (#3)](https://github.com/typestreamio/typestream/commit/1bb2b40) + +### :books: Documentation + +- [revamp README (#1)](https://github.com/typestreamio/typestream/commit/65cd536) + +### :hammer: Build System + +- [improve release process (#7)](https://github.com/typestreamio/typestream/commit/9597f79) + +### :toolbox: Chores + +- [update changelog (#8)](https://github.com/typestreamio/typestream/commit/3719078) +- [restructure scripts dir (#6)](https://github.com/typestreamio/typestream/commit/0735e5f) +- [add bug report template (#2)](https://github.com/typestreamio/typestream/commit/e282feb) ## 2023.08.31+3 -### Bug fixes +### :bug: Bug Fixes + +- [use docker version in seeder as well](https://github.com/typestreamio/typestream/commit/3efe1de) -- [fix: use docker version in seeder as well](https://github.com/typestreamio/typestream/commit/3efe1de) +### :toolbox: Chores + +- [update changelog](https://github.com/typestreamio/typestream/commit/42f7762) +- [update changelog](https://github.com/typestreamio/typestream/commit/bb18854) ## 2023.08.31+2 -### Bug fixes +### :bug: Bug Fixes + +- [use docker version format when pulling images](https://github.com/typestreamio/typestream/commit/29bd420) + +### :hammer: Build System + +- [improve release process](https://github.com/typestreamio/typestream/commit/660fc64) + +### :toolbox: Chores -- [fix: use docker version format when pulling images](https://github.com/typestreamio/typestream/commit/29bd420) +- [update changelog](https://github.com/typestreamio/typestream/commit/d820bd9) ## 2023.08.31+1 -### Features +### :toolbox: Chores -- [chore: it's open source now :tada:](https://github.com/typestreamio/typestream/commit/571f702) +- [it's open source now :tada:](https://github.com/typestreamio/typestream/commit/571f702)