Skip to content

Commit

Permalink
chore: release 2023.09.19+0 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucapette authored Sep 19, 2023
1 parent 0cbeb39 commit d26ec63
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 15 deletions.
44 changes: 37 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
86 changes: 78 additions & 8 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -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

<!-- marker -->
- [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)

0 comments on commit d26ec63

Please sign in to comment.