Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
fix: add changelog.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
aranke committed Aug 22, 2022
1 parent 5d180c8 commit 336ec00
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@ jobs:
with:
body_path: "body.md"
tag_name: ${{ env.REVISION }}
generate_release_notes: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
## 0.1.4 (2022-08-22)

### Fix

- mypy strict errors (#23)

## 0.1.3 (2022-08-19)

### Fix

- add entrypoint (#22)

## 0.1.2 (2022-08-16)

### Fix

- move queries and schemas under tap_anvil (#21)

## 0.1.1 (2022-08-16)

### Fix

- schema/query path directories (#20)

## 0.1.0 (2022-08-15)

### Feat

- setup v0.1 (#15)
- add forge and submission info to tap-anvil (#9)
- add organization stream (#8)
- add weld data stream (#7)
- add weld stream (#3)

### Fix

- weld query and optional types (#6)

### Refactor

- remove tox (#2)

0 comments on commit 336ec00

Please sign in to comment.