Skip to content

Commit

Permalink
chore: release 2023.11.10+0 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucapette authored Nov 10, 2023
1 parent b78a72d commit c2c24dc
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Automatically generated by [our release script](https://github.com/typestreamio/typestream/blob/main/scripts/release). **Do not** edit manually.


- [2023.11.10+0](#202311100)
- [2023.10.18+1](#202310181)
- [2023.10.18+0](#202310180)
- [2023.09.19+0](#202309190)
Expand All @@ -12,6 +13,28 @@ Automatically generated by [our release script](https://github.com/typestreamio/
- [2023.08.31+2](#202308312)
- [2023.08.31+1](#202308311)

## 2023.11.10+0

### Features

- [add local show command (#55)](https://github.com/typestreamio/typestream/commit/b78a72d)
- [support basic grep options (#53)](https://github.com/typestreamio/typestream/commit/02b140b)
- [basic history support (#52)](https://github.com/typestreamio/typestream/commit/a6600c1)
- [add pwd command (#50)](https://github.com/typestreamio/typestream/commit/68308e5)
- [infer enrich block types (#48)](https://github.com/typestreamio/typestream/commit/a137456)
- [do not run jobs that can't compile (#44)](https://github.com/typestreamio/typestream/commit/bf2f980)

### Bug Fixes

- [ensure synchronization after incomplete data command (#47)](https://github.com/typestreamio/typestream/commit/09ddc98)

### Documentation

- [update grep example (#54)](https://github.com/typestreamio/typestream/commit/6dab37a)
- [add how to for exporting data (#49)](https://github.com/typestreamio/typestream/commit/3aece9a)
- [add run example in README (#46)](https://github.com/typestreamio/typestream/commit/3668741)
- [minor edits to the README (#45)](https://github.com/typestreamio/typestream/commit/b241a9f)

## 2023.10.18+1

### Bug Fixes
Expand All @@ -24,6 +47,7 @@ Automatically generated by [our release script](https://github.com/typestreamio/

### Chores

- [release 2023.10.18+1 (#43)](https://github.com/typestreamio/typestream/commit/8b4e112)
- [fix release script (#42)](https://github.com/typestreamio/typestream/commit/d7edf3a)
- [release 2023.10.18+1 (#41)](https://github.com/typestreamio/typestream/commit/9513f18)

Expand Down
24 changes: 24 additions & 0 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Automatically generated by [our release script](https://github.com/typestreamio/typestream/blob/main/scripts/release). **Do not** edit manually.


- [2023.11.10+0](#202311100)
- [2023.10.18+1](#202310181)
- [2023.10.18+0](#202310180)
- [2023.09.19+0](#202309190)
Expand All @@ -12,6 +13,28 @@ Automatically generated by [our release script](https://github.com/typestreamio/
- [2023.08.31+2](#202308312)
- [2023.08.31+1](#202308311)

## 2023.11.10+0

### :rocket: Features

- [add local show command (#55)](https://github.com/typestreamio/typestream/commit/b78a72d)
- [support basic grep options (#53)](https://github.com/typestreamio/typestream/commit/02b140b)
- [basic history support (#52)](https://github.com/typestreamio/typestream/commit/a6600c1)
- [add pwd command (#50)](https://github.com/typestreamio/typestream/commit/68308e5)
- [infer enrich block types (#48)](https://github.com/typestreamio/typestream/commit/a137456)
- [do not run jobs that can't compile (#44)](https://github.com/typestreamio/typestream/commit/bf2f980)

### :bug: Bug Fixes

- [ensure synchronization after incomplete data command (#47)](https://github.com/typestreamio/typestream/commit/09ddc98)

### :books: Documentation

- [update grep example (#54)](https://github.com/typestreamio/typestream/commit/6dab37a)
- [add how to for exporting data (#49)](https://github.com/typestreamio/typestream/commit/3aece9a)
- [add run example in README (#46)](https://github.com/typestreamio/typestream/commit/3668741)
- [minor edits to the README (#45)](https://github.com/typestreamio/typestream/commit/b241a9f)

## 2023.10.18+1

### :bug: Bug Fixes
Expand All @@ -24,6 +47,7 @@ Automatically generated by [our release script](https://github.com/typestreamio/

### :toolbox: Chores

- [release 2023.10.18+1 (#43)](https://github.com/typestreamio/typestream/commit/8b4e112)
- [fix release script (#42)](https://github.com/typestreamio/typestream/commit/d7edf3a)
- [release 2023.10.18+1 (#41)](https://github.com/typestreamio/typestream/commit/9513f18)

Expand Down

0 comments on commit c2c24dc

Please sign in to comment.