Skip to content

Commit

Permalink
Release v1.0.1 (#41)
Browse files Browse the repository at this point in the history
This PR was created by the [Changie release GitHub
action](https://github.com/labd/changie-release-action). When you're
ready to do a release, you can merge this and the tag v1.0.1 will be
created and the release workflow will be started. If you're not ready to
do a release yet, that's fine, whenever you add more changes to main,
this PR will be updated.

# Releases
## v1.0.1 - 2023-09-21
### Fixed
* add support for missing table type

Co-authored-by: korsvanloon <korsvanloon@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and korsvanloon authored Sep 21, 2023
1 parent 6f05563 commit b7e845a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20230921-110749.yaml

This file was deleted.

3 changes: 3 additions & 0 deletions .changes/v1.0.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## v1.0.1 - 2023-09-21
### Fixed
* add support for missing table type
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).


## v1.0.1 - 2023-09-21
### Fixed
* add support for missing table type

## v1.0.0 - 2023-08-31
### Changed
* Added testing and updated documentation
Expand Down

0 comments on commit b7e845a

Please sign in to comment.